Ignore some files for Jest
This commit is contained in:
parent
022ac4e80b
commit
c0c0a4893b
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ module.exports = {
|
|||
"/node_modules/",
|
||||
"/config/webpack/test.js",
|
||||
"/vendor/",
|
||||
"/tmp/",
|
||||
"/public/",
|
||||
"/storage/",
|
||||
"/log/",
|
||||
"/coverage/",
|
||||
"/.vscode/",
|
||||
],
|
||||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
||||
"moduleFileExtensions": [
|
||||
|
|
Loading…
Reference in a new issue