From c976066b05017b472fc09fb98b916cd0c5a3889e Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 21 Oct 2021 14:59:42 +0200 Subject: [PATCH] Update wording in changeset Signed-off-by: Johan Haals --- .changeset/dirty-bugs-care.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.changeset/dirty-bugs-care.md b/.changeset/dirty-bugs-care.md index 2b7a49556b..4d90a9c939 100644 --- a/.changeset/dirty-bugs-care.md +++ b/.changeset/dirty-bugs-care.md @@ -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()`.