We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2f5ad commit 79ba207Copy full SHA for 79ba207
scripts/bundles/helpers/jest/jest-preset.js
@@ -4,7 +4,7 @@ const rootDir = path.join(testingDir, '..');
4
const internalDir = path.join(rootDir, 'internal');
5
6
// NOTE: if you change this, also change compiler/transpile.ts
7
-const moduleExtensions = ['ts', 'tsx', 'mjs', 'js', 'jsx'];
+const moduleExtensions = ['ts', 'tsx', 'js', 'mjs', 'jsx'];
8
const moduleExtensionRegexp = '(' + moduleExtensions.join('|') + ')';
9
10
module.exports = {
0 commit comments