jest-bench
jest-bench copied to clipboard
Update to jest 28
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 tojest-environment-node
. - Jest's support for multiple typescript project config files is currently broken, so this will convert them to commonjs.