Merge pull request #15774 from backstage/rugvip/mocks

backend-test-utils: unify mock services and service factory exports
This commit is contained in:
Patrik Oldsberg
2023-01-20 14:00:51 +01:00
committed by GitHub
12 changed files with 314 additions and 151 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-test-utils': patch
---
All mock service factories and mock service implementations are now available via the new experimental `mockServices` export.