Merge pull request #33957 from backstage/rugvip/delegate-attach-mock-api-factory

frontend-test-utils: remove internal mockWithApiFactory in favor of attachMockApiFactory
This commit is contained in:
Patrik Oldsberg
2026-04-17 10:43:41 +02:00
committed by GitHub
3 changed files with 20 additions and 33 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Removed internal `mockWithApiFactory` helper in favor of using `attachMockApiFactory` directly.