backend-test-utils: merge mockFactories into mockServices

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-16 17:13:34 +01:00
parent d0901c9ba4
commit 846b310dbb
6 changed files with 187 additions and 143 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/backend-test-utils': patch
---
All mock service factories and mock service implementations are now available via two new exports, `mockServices`, and `mockFactories`.
All mock service factories and mock service implementations are now available via the new experimental `mockServices` export.