add and use MockFetchApi

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-01-06 19:46:33 +01:00
parent aecfe4f403
commit 6bf7826258
23 changed files with 284 additions and 106 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder': minor
---
Make `ScaffolderClient` use the `FetchApi`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/test-utils': patch
---
Added a `MockFetchApi`
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-techdocs': patch
'@backstage/plugin-techdocs': minor
---
Make `TechDocsClient` and `TechDocsStorageClient` use the `FetchApi`.