Skip to content

Commit 7556f69

Browse files
committed
Fix jest conf
1 parent 4bff9d3 commit 7556f69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"underscore": "^1.8.3"
5454
},
5555
"jest": {
56-
"testRegex": "\\.test\\.js$",
56+
"testPathDirs": ["test/"],
57+
"testRegex": "test\/.*\\.js$",
5758
"collectCoverage": true
5859
},
5960
"eslintConfig": {

0 commit comments

Comments
 (0)