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.
1 parent 90fdbd2 commit be370f5Copy full SHA for be370f5
packages/react-scripts/scripts/utils/createJestConfig.js
@@ -49,7 +49,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
49
),
50
},
51
transformIgnorePatterns: [
52
- '[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$',
+ '[/\\\\]node_modules[/\\\\](?!vscode[/\\\\]).+\\.(js|jsx|mjs|cjs|ts|tsx)$',
53
'^.+\\.module\\.(css|sass|scss)$',
54
],
55
modulePaths: modules.additionalModulePaths || [],
0 commit comments