9279ea8366
Add explicit type annotations to `.map()` callback parameters in `renderInTestApp` to prevent TS7006 errors with TypeScript 6, and update `@mswjs/interceptors` to 0.39.8 within the existing version range. Signed-off-by: Fredrik Adelöw <freben@spotify.com> Made-with: Cursor
197 B
197 B
@backstage/frontend-test-utils
| @backstage/frontend-test-utils |
|---|
| patch |
Added explicit type annotations to .map() callback parameters in renderInTestApp to avoid implicit any errors with newer TypeScript versions.