aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-06-26 20:11:16 +0200
committerstonedDiscord <Tukz@gmx.de>2025-06-26 20:11:16 +0200
commit3ebf6ce3cb252901de1db96ce5df7b1c4a6711e9 (patch)
treec23973b3b40d43d08fd3d1512850189eb771ea58 /jest.config.js
parent90b2593900fa36c0a48bf94983f9b4140f4fc04e (diff)
exclude constants
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index b10d629..6d805f4 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -29,9 +29,11 @@ module.exports = {
coveragePathIgnorePatterns: [
"<rootDir>/build/",
"<rootDir>/node_modules/",
+ "<rootDir>/webAO/constants/",
"<rootDir>/webAO/client/sender/",
"<rootDir>/webAO/dom/",
"<rootDir>/webAO/packets/handlers/",
+ "<rootDir>/webAO/styles/",
"<rootDir>/webAO/viewport/utils/"
],