Files
backstage/.changeset/delegate-attach-mock-api-factory.md
T
Patrik Oldsberg 0c298f7cf1 Remove internal mockWithApiFactory in favor of attachMockApiFactory
Rather than having the public attachMockApiFactory delegate to an internal
mockWithApiFactory helper, move the implementation directly into
attachMockApiFactory and use it everywhere.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-04-17 10:23:14 +02:00

145 B

@backstage/frontend-test-utils
@backstage/frontend-test-utils
patch

Removed internal mockWithApiFactory helper in favor of using attachMockApiFactory directly.