Skip to content

Commit

Permalink
Do not search multiple levels deep
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Sep 30, 2018
1 parent 946d1ad commit 5b5324d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/output/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
testEnvironment: 'node',
testMatch: ['**/*.test.js'],
testMatch: ['*/*.test.js'],
setupTestFrameworkScriptFile: './setupOutputTests.js',
};
2 changes: 1 addition & 1 deletion fixtures/smoke/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
testEnvironment: 'node',
testMatch: ['**/*.test.js'],
testMatch: ['*/*.test.js'],
setupTestFrameworkScriptFile: './setupSmokeTests.js',
};

0 comments on commit 5b5324d

Please sign in to comment.