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 8c9fb0e commit cb448e4Copy full SHA for cb448e4
jest.config.js
@@ -9,5 +9,5 @@ module.exports = {
9
'<rootDir>/src/utils/test-deprecations.tsx',
10
'<rootDir>/src/utils/test-helpers.tsx'
11
],
12
- testMatch: ['(src|codemods)/__tests__/**/*.test.[jt]s?(x)', '!(src|codemods)/__tests__/**/*.types.test.[jt]s?(x)']
+ testMatch: ['<rootDir>/(src|codemods)/__tests__/**/*.test.[jt]s?(x)', '!**/*.types.test.[jt]s?(x)']
13
}
0 commit comments