[web] fix testRegex

This commit is contained in:
Jason 2016-08-15 23:14:29 +08:00
parent 1d27334ff7
commit 900b3d74ba

View File

@ -7,7 +7,7 @@
"start": "gulp"
},
"jest": {
"testRegex": "__tests__/.*\\Spec.js$",
"testRegex": "__tests__/.*Spec.js$",
"testPathDirs": [
"<rootDir>/src/js"
],