diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-06-26 18:52:06 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-06-26 18:52:06 +0200 |
| commit | 07f7f67ee76202fa94284022b3dd1cc260895502 (patch) | |
| tree | a4f3e0027f9b9729db8c261f85194cd5f57e0aeb /jest.config.js | |
| parent | d31b1aaa22a71cd9e9f0949036cec5facb515616 (diff) | |
kinda pointless
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js index 27f3feb..0f0cc11 100644 --- a/jest.config.js +++ b/jest.config.js @@ -29,7 +29,8 @@ module.exports = { coveragePathIgnorePatterns: [ "<rootDir>/build/", "<rootDir>/node_modules/", - "<rootDir>/webAO/dom/" + "<rootDir>/webAO/dom/", + "<rootDir>/webAO/viewport/utils/" ], // Indicates which provider should be used to instrument code for coverage |
