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": [
"/node_modules/",
"setup"
]
],
"testRegex": "resources/assets/tests/.*\\.(spec|test)\\.js"
}
}