diff --git a/package.json b/package.json index 56682efe..c7ed1235 100644 --- a/package.json +++ b/package.json @@ -163,6 +163,7 @@ "transform": { "^.+\\.tsx?$": "ts-jest" }, + "testPathIgnorePatterns": ["/node_modules/", "/config/webpack/test.js"], "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts",