changesets: update changeset to reflect startTestBackend updates

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-14 18:00:32 +01:00
parent 73a8f69d62
commit 2dbe5f00c5
+1 -1
View File
@@ -2,4 +2,4 @@
'@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`.
Backends started with `startTestBackend` are now automatically stopped after all tests have run.