Jest no longer incorrectly includes config/webpack/test.js as a test

This commit is contained in:
Eric Schultz 2020-04-23 14:13:28 -05:00
parent dbb71b9b17
commit 5378530014

View file

@ -163,6 +163,7 @@
"transform": { "transform": {
"^.+\\.tsx?$": "ts-jest" "^.+\\.tsx?$": "ts-jest"
}, },
"testPathIgnorePatterns": ["/node_modules/", "/config/webpack/test.js"],
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [ "moduleFileExtensions": [
"ts", "ts",