Skip to content

Commit

Permalink
Remove testRegex from Jest config (now default)
Browse files Browse the repository at this point in the history
  • Loading branch information
chase committed Oct 6, 2016
1 parent bcad2ec commit 4d89019
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/utils/createJestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module.exports = (resolve, rootDir, isEjecting) => {
setupTestFrameworkScriptFile: setupTestsFile,
testPathIgnorePatterns: ['<rootDir>/(build|docs|node_modules)/'],
testEnvironment: 'node',
testRegex: '(/__tests__/.*|\\.(test|spec))\\.(js|jsx)$',
};
if (rootDir) {
config.rootDir = rootDir;
Expand Down

0 comments on commit 4d89019

Please sign in to comment.