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 bcad2ec commit 4d89019Copy full SHA for 4d89019
packages/react-scripts/utils/createJestConfig.js
@@ -27,7 +27,6 @@ module.exports = (resolve, rootDir, isEjecting) => {
27
setupTestFrameworkScriptFile: setupTestsFile,
28
testPathIgnorePatterns: ['<rootDir>/(build|docs|node_modules)/'],
29
testEnvironment: 'node',
30
- testRegex: '(/__tests__/.*|\\.(test|spec))\\.(js|jsx)$',
31
};
32
if (rootDir) {
33
config.rootDir = rootDir;
0 commit comments