Support Jest 26
See original GitHub issue🚀 Feature Proposal
Jest 26 has released. We need to provide support for that.
Motivation
Make developers feel comfortable to work
TODO
- Set minimum required version of TypeScript to 3.8, example in https://github.com/kulshekhar/ts-jest/pull/1530
- Set jest version range for
peerDependencies
in rootpackage.json
. - Update e2e templates’ dependencies.
- Adjust codes to be compatible with Jest 26 in
src/util/version-checker.ts
andsrc/util/version-checker.spec.ts
. - Change node 8 Travis to node 12 and change node 12 Travis to node 14.
- Set
prettier: 2.x
,husky: 4.x
,fs-extra: 9.x
,semver: 7.x
. - Upgrade some jest dependencies.
- Set required minimum node@10 in
package.json
. - Update dependencies for projects in e2e/external-projects
If you see other things, please provide us information.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:19
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Jest 26: Tick Tock
Jest 26 : Tick Tock · New fake timers · A new way to consume Jest - @jest/globals · Native ESM support...
Read more >Getting Started - Jest
This is documentation for Jest 26.x, which is no longer actively maintained. For up-to-date documentation, see the latest version (29.3).
Read more >Configuring Jest
This is documentation for Jest 26.x, which is no longer actively maintained. For up-to-date documentation, see the latest version (29.3).
Read more >Jest Versions
Latest stable version of Jest ... Past Versions. Here you can find documentation for previous versions of Jest. ... 26.x, Documentation. 25.x, Documentation ......
Read more >From v27 to v28 - Jest
Upgrading Jest from v27 to v28? This guide aims to help refactoring your configuration and tests.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes it is still on track 😃
this feature will be in the next release 26.0.0, ETA somewhere next week.