Update wording in changeset

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-10-21 14:59:42 +02:00
parent 379e186332
commit c976066b05
+2 -3
View File
@@ -3,8 +3,7 @@
'@backstage/test-utils-core': patch
---
Migrates all utility methods from `test-utils-core` into `test-utils`.
The entire `@backstage/test-utils-core` is considered deprecated. The package will be removed in a few weeks time.
This should have almost no impact since this package is primarily used internally by core packages.
Migrates all utility methods from `test-utils-core` into `test-utils` and delete exports from the old package.
This should have no impact since this package is considered internal and have no usages outside core packages.
Notable changes are that the testing tool `msw.setupDefaultHandlers()` have been deprecated in favour of `setupRequestMockHandlers()`.