diff --git a/package.json b/package.json index 9474df779c..0c92af2446 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,9 @@ "js", "json" ], + "modulePathIgnorePatterns": [ + "/examples" + ], "testRegex": "/test/.*.test.(ts|tsx|js)$", "collectCoverage": true },