Skip to content

Commit cb448e4

Browse files
committed
Fix the glob to include tests
1 parent 8c9fb0e commit cb448e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ module.exports = {
99
'<rootDir>/src/utils/test-deprecations.tsx',
1010
'<rootDir>/src/utils/test-helpers.tsx'
1111
],
12-
testMatch: ['(src|codemods)/__tests__/**/*.test.[jt]s?(x)', '!(src|codemods)/__tests__/**/*.types.test.[jt]s?(x)']
12+
testMatch: ['<rootDir>/(src|codemods)/__tests__/**/*.test.[jt]s?(x)', '!**/*.types.test.[jt]s?(x)']
1313
}

0 commit comments

Comments
 (0)