diff --git a/scripts/bundles/helpers/jest/jest-preset.js b/scripts/bundles/helpers/jest/jest-preset.js index c1afe276efe..2d958e6026d 100644 --- a/scripts/bundles/helpers/jest/jest-preset.js +++ b/scripts/bundles/helpers/jest/jest-preset.js @@ -4,7 +4,7 @@ const rootDir = path.join(testingDir, '..'); const internalDir = path.join(rootDir, 'internal'); // NOTE: if you change this, also change compiler/transpile.ts -const moduleExtensions = ['ts', 'tsx', 'mjs', 'js', 'jsx']; +const moduleExtensions = ['ts', 'tsx', 'js', 'mjs', 'jsx']; const moduleExtensionRegexp = '(' + moduleExtensions.join('|') + ')'; module.exports = {