diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-06-26 18:43:03 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-06-26 18:43:03 +0200 |
| commit | a20cbff15582b0447c82d95fa0237248c4263e59 (patch) | |
| tree | 821b0f0aee2b1d40747aebc21a67c76aa57532a7 /jest.config.js | |
| parent | 970341acbc3a8f3ff8b36d54b3ca383f539c815b (diff) | |
ignore DOM
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 8 |
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", |
