diff --git a/jest.config.js b/jest.config.js index b5f58cb8..476b948d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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": [