Skip to content

Commit 5b5324d

Browse files
committed
Do not search multiple levels deep
1 parent 946d1ad commit 5b5324d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fixtures/output/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
testEnvironment: 'node',
3-
testMatch: ['**/*.test.js'],
3+
testMatch: ['*/*.test.js'],
44
setupTestFrameworkScriptFile: './setupOutputTests.js',
55
};

fixtures/smoke/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
testEnvironment: 'node',
3-
testMatch: ['**/*.test.js'],
3+
testMatch: ['*/*.test.js'],
44
setupTestFrameworkScriptFile: './setupSmokeTests.js',
55
};

0 commit comments

Comments
 (0)