Ignore vendor patterns in jest tests
This commit is contained in:
parent
b27aa8e724
commit
23ef8c6d7c
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@
|
|||
},
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"/config/webpack/test.js"
|
||||
"/config/webpack/test.js",
|
||||
"/vendor/"
|
||||
],
|
||||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
||||
"moduleFileExtensions": [
|
||||
|
|
Loading…
Reference in a new issue