changesets: added changeset for backend-test-utils auto stop

Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-02 14:03:24 +01:00
parent 52a9bd35c7
commit afa3bf5657
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-test-utils': patch
---
Backends started with `startTestBackend` are now automatically stopped after the each test, unless the `autoStop` option is set to `false`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Added `.stop()` method to `Backend`.