diff --git a/jest.config.ts b/jest.config.ts index 4c1cb8d..d064d49 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -84,7 +84,7 @@ export default { // moduleNameMapper: {}, // An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader - // modulePathIgnorePatterns: [], + modulePathIgnorePatterns: ["/dist"], // Activates notifications for test results // notify: false,