Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3bcc7d

Browse files
committedMay 29, 2020
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.