Ignore vendor patterns in jest tests

This commit is contained in:
Eric 2020-06-04 10:28:37 -05:00
parent b27aa8e724
commit 23ef8c6d7c

View file

@ -154,7 +154,8 @@
}, },
"testPathIgnorePatterns": [ "testPathIgnorePatterns": [
"/node_modules/", "/node_modules/",
"/config/webpack/test.js" "/config/webpack/test.js",
"/vendor/"
], ],
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [ "moduleFileExtensions": [