We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mts
cts
moduleFileExtensions
1 parent f07deb8 commit 65e6b2eCopy full SHA for 65e6b2e
packages/jest-config/src/ValidConfig.ts
@@ -103,6 +103,8 @@ export const initialOptions: Config.InitialOptions = {
103
'json',
104
'jsx',
105
'ts',
106
+ 'mts',
107
+ 'cts',
108
'tsx',
109
'node',
110
],
@@ -258,6 +260,8 @@ export const initialProjectOptions: Config.InitialProjectOptions = {
258
260
259
261
262
263
264
265
266
267
0 commit comments