Skip to content

Commit aff592e

Browse files
committed
feat(config/jest): match tests with .test.* suffix in test/ directory
1 parent 8870782 commit aff592e

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
@@ -30,6 +30,7 @@ const jestConfig = {
3030
testMatch: [
3131
`**/__tests__/**/${testMatchGlob}`,
3232
`test/**/${testMatchGlob}`,
33+
`test/**/${testMatchSuffixGlob}`,
3334
`e2e/**/${testMatchSuffixGlob}`,
3435
`**/${testMatchSuffixGlob}`,
3536
],

0 commit comments

Comments
 (0)