From 537853001481bda88fe5ddd4fd6dc0b711b850fe Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 23 Apr 2020 14:13:28 -0500 Subject: [PATCH] Jest no longer incorrectly includes config/webpack/test.js as a test --- package.json | 1 + 1 file changed, 1 insertion(+) 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",