mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 21:44:44 +00:00
Prevent Jest from running tests in build directory
This commit is contained in:
parent
b9369ea141
commit
259dcc1f16
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@
|
|||
}
|
||||
},
|
||||
"jest": {
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"/build/"
|
||||
],
|
||||
"setupFiles": [
|
||||
"./client/tests/adapter.js",
|
||||
"./client/tests/stubs.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue