Skip to content

Commit

Permalink
test: 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 0fd5b1c commit 7c3e570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jest-config/src/__tests__/normalize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,8 @@ describe('moduleFileExtensions', () => {
'cjs',
'jsx',
'ts',
'mts',
'cts',
'tsx',
'json',
'node',
Expand Down

0 comments on commit 7c3e570

Please sign in to comment.