aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-06-26 18:43:03 +0200
committerstonedDiscord <Tukz@gmx.de>2025-06-26 18:43:03 +0200
commita20cbff15582b0447c82d95fa0237248c4263e59 (patch)
tree821b0f0aee2b1d40747aebc21a67c76aa57532a7 /jest.config.js
parent970341acbc3a8f3ff8b36d54b3ca383f539c815b (diff)
ignore DOM
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/jest.config.js b/jest.config.js
index b7462c4..27f3feb 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -26,9 +26,11 @@ module.exports = {
coverageDirectory: "coverage",
// An array of regexp pattern strings used to skip coverage collection
- // coveragePathIgnorePatterns: [
- // "\\\\node_modules\\\\"
- // ],
+ coveragePathIgnorePatterns: [
+ "<rootDir>/build/",
+ "<rootDir>/node_modules/",
+ "<rootDir>/webAO/dom/"
+ ],
// Indicates which provider should be used to instrument code for coverage
coverageProvider: "babel",