aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-06-26 18:52:06 +0200
committerstonedDiscord <Tukz@gmx.de>2025-06-26 18:52:06 +0200
commit07f7f67ee76202fa94284022b3dd1cc260895502 (patch)
treea4f3e0027f9b9729db8c261f85194cd5f57e0aeb /jest.config.js
parentd31b1aaa22a71cd9e9f0949036cec5facb515616 (diff)
kinda pointless
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js3
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