Merge pull request #33927 from backstage/freben/ts6-migration-test

frontend-test-utils: fix implicit any types for TypeScript 6 compatibility
This commit is contained in:
Fredrik Adelöw
2026-04-15 22:38:38 +02:00
committed by GitHub
3 changed files with 23 additions and 16 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Added explicit type annotations to `.map()` callback parameters in `renderInTestApp` to avoid implicit `any` errors with newer TypeScript versions.