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