Skip to content

Commit

Permalink
fix: add mts and cts to moduleFileExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yinm committed Jul 28, 2023
1 parent c004324 commit a519605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jest-config/src/Defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const defaultOptions: Config.DefaultOptions = {
'cjs',
'jsx',
'ts',
'mts',
'cts',
'tsx',
'json',
'node',
Expand Down

0 comments on commit a519605

Please sign in to comment.