diff --git a/package.json b/package.json index 26ce2c8..ad50d2a 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,12 @@ "setupFilesAfterEnv": [ "/jestSetup.ts" ], + "modulePathIgnorePatterns": [ + "/dist/" + ], "testPathIgnorePatterns": [ "/node_modules/", - "/dist/" + "/dist" ], "globals": { "ts-jest": {