diff --git a/jest.config.json b/jest.config.json index 0a38ef8..0078287 100644 --- a/jest.config.json +++ b/jest.config.json @@ -8,6 +8,7 @@ "lines": 100 } }, + "modulePathIgnorePatterns": ["/build/"], "setupFiles": ["./test/testSetup.ts"], "setupFilesAfterEnv": ["./test/testSetupAfterEnv.ts"] }