From a0e016fb7b932514d04dfc2f194270997cea5afe Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Mon, 4 May 2020 21:45:48 +0100 Subject: [PATCH] Update website/blog/2020-05-06-jest-26.md Co-authored-by: Tim Seckinger --- website/blog/2020-05-06-jest-26.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2020-05-06-jest-26.md b/website/blog/2020-05-06-jest-26.md index 50ba9a1294d3..e59707255341 100644 --- a/website/blog/2020-05-06-jest-26.md +++ b/website/blog/2020-05-06-jest-26.md @@ -22,7 +22,7 @@ With the above changes Jest 26 is now 4 MiB smaller than Jest 25.5.4 (53 → 49 While this is a good start, it isn’t enough to make Jest meaningfully leaner. We are planning on gradually reducing Jest's and its dependency tree size by about 70%. Most of the changes to reduce Jest’s default setup will be small breaking changes and we want to bring the community with us as much as possible. Therefore we will make the following changes in Jest 27 and Jest 28 using a [“Tick-Tock" release process](https://en.wikipedia.org/wiki/Tick%E2%80%93tock_model): * Jest 27 will ship with a new test runner (`jest-circus`) and the node.js environment by default. `jest-jasmine2` and `jsdom` will still be bundled so users can keep using them by changing one-line each in the configuration. -* Jest 28 will remove `jest-jasmine2` and `jsdom` from the default distribution of Jest. The packages will still be actively maintained as part of the Jest project and be published separately. Users will need to install these packages to use them. +* Jest 28 will remove `jest-jasmine2` and `jest-environment-jsdom` from the default distribution of Jest. The packages will still be actively maintained as part of the Jest project and be published separately. Users will need to install these packages to use them. Upon upgrading to these major releases, Jest will guide you through the necessary changes. If you’d like to get ahead and migrate to the new architecture now you can upgrade to Jest 26 and add the following configuration options: