From 6e2ac67c010005955e99ea09278c175b7356969d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 22 Feb 2024 16:02:34 +0100 Subject: [PATCH] dont test on build files --- jest.config.json | 1 + 1 file changed, 1 insertion(+) 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"] }