Skip to content

Commit b3bcc7d

Browse files
committed
feat(config/jest): include tests in the e2e directory
1 parent 705a22a commit b3bcc7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const jestConfig = {
2828
testMatch: [
2929
`**/__tests__/**/${testMatchGlob}`,
3030
`test/**/${testMatchGlob}`,
31+
`e2e/**/${testMatchSuffixGlob}`,
3132
`**/${testMatchSuffixGlob}`,
3233
],
3334
testPathIgnorePatterns: [...ignores],

0 commit comments

Comments
 (0)