Skip to content

Commit a519605

Browse files
committed
fix: add mts and cts to moduleFileExtensions
1 parent c004324 commit a519605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jest-config/src/Defaults.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const defaultOptions: Config.DefaultOptions = {
5151
'cjs',
5252
'jsx',
5353
'ts',
54+
'mts',
55+
'cts',
5456
'tsx',
5557
'json',
5658
'node',

0 commit comments

Comments
 (0)