Ignore some files for Jest

This commit is contained in:
Eric Schultz 2021-02-22 12:59:49 -06:00 committed by Eric Schultz
parent 022ac4e80b
commit c0c0a4893b

View file

@ -21,6 +21,12 @@ module.exports = {
"/node_modules/", "/node_modules/",
"/config/webpack/test.js", "/config/webpack/test.js",
"/vendor/", "/vendor/",
"/tmp/",
"/public/",
"/storage/",
"/log/",
"/coverage/",
"/.vscode/",
], ],
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [ "moduleFileExtensions": [