[web] fix testRegex
This commit is contained in:
parent
1d27334ff7
commit
900b3d74ba
|
@ -7,7 +7,7 @@
|
|||
"start": "gulp"
|
||||
},
|
||||
"jest": {
|
||||
"testRegex": "__tests__/.*\\Spec.js$",
|
||||
"testRegex": "__tests__/.*Spec.js$",
|
||||
"testPathDirs": [
|
||||
"<rootDir>/src/js"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue