Skip to content

Commit

Permalink
fix(test): transitive module dependencies with js extensions will be …
Browse files Browse the repository at this point in the history
…processed (ionic-team#2178)
  • Loading branch information
chrisdarroch committed Jul 7, 2020
1 parent 494beb4 commit 4ec4cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundles/helpers/jest/jest-preset.js
Expand Up @@ -23,6 +23,6 @@ module.exports = {
maxConcurrency: 1,
testRegex: '(/__tests__/.*|\\.?(test|spec))\\.(tsx?|ts?|jsx?|js?)$',
transform: {
'^.+\\.(ts|tsx|jsx|css)$': path.join(testingDir, 'jest-preprocessor.js'),
'^.+\\.(ts|tsx|js|jsx|css)$': path.join(testingDir, 'jest-preprocessor.js'),
},
};

0 comments on commit 4ec4cab

Please sign in to comment.