Add changeset

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-10-21 14:31:54 +02:00
parent 60a75ae833
commit bb12aae352
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/test-utils': patch
'@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.
Notable changes are that the testing tool `msw.setupDefaultHandlers()` have been deprecated in favour of `setupRequestMockHandlers()`.