Update Jest config

This commit is contained in:
Pig Fang 2018-07-27 16:16:36 +08:00
parent 9eeaf5989e
commit 83c40cfd40

View File

@ -91,6 +91,7 @@
"coveragePathIgnorePatterns": [ "coveragePathIgnorePatterns": [
"/node_modules/", "/node_modules/",
"setup" "setup"
] ],
"testRegex": "resources/assets/tests/.*\\.(spec|test)\\.js"
} }
} }