diff --git a/package.json b/package.json index 42260832aa45..762c67b749e4 100644 --- a/package.json +++ b/package.json @@ -169,5 +169,10 @@ "ie > 10", "> 1%" ], + "jest": { + "modulePathIgnorePatterns": [ + "node_modules" + ] + }, "pre-commit": "lint-staged" }