jest-bench icon indicating copy to clipboard operation
jest-bench copied to clipboard

Update to jest 28

Open zebreus opened this issue 2 years ago • 0 comments

This PR will update the jest version to 28.

Here is a short list of the relevant changes in jest:

  • In jest 28 the environment constructor takes a slightly different configuration object than previously.
  • Jest no longer bundles jest-environment-jsdom, which was our default setting. The PR will change the default setting to jest-environment-node.
  • Jest's support for multiple typescript project config files is currently broken, so this will convert them to commonjs.

zebreus avatar Aug 07 '22 10:08 zebreus