generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Description
Describe
We should upgrade Jest to v30 as it improves support for testing ESM module packages which will help us upgrade the code in the future.
What’s New in Jest 30?
Jest 30 is noticeably faster, uses less memory, and comes with tons of new features. First, let’s take a look at the breaking changes:
Breaking Changes
- Jest 30 drops support for Node 14, 16, 19, and 21.
- The minimum compatible TypeScript version is now 5.4.
- Various expect aliases were removed.
- Jest now supports
.mtsand.ctsfiles by default.
Proposed solution
References:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request