We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8870782 commit aff592eCopy full SHA for aff592e
src/config/jest.config.js
@@ -30,6 +30,7 @@ const jestConfig = {
30
testMatch: [
31
`**/__tests__/**/${testMatchGlob}`,
32
`test/**/${testMatchGlob}`,
33
+ `test/**/${testMatchSuffixGlob}`,
34
`e2e/**/${testMatchSuffixGlob}`,
35
`**/${testMatchSuffixGlob}`,
36
],
0 commit comments