Jest no longer incorrectly includes config/webpack/test.js as a test
This commit is contained in:
parent
dbb71b9b17
commit
5378530014
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue