aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-06-26 19:17:03 +0200
committerstonedDiscord <Tukz@gmx.de>2025-06-26 19:17:03 +0200
commit5a1da6e7095b1709c9cc2bc87672755672c67e03 (patch)
tree9e50a4f72ce9be2106afe18febb8320fce030905 /jest.config.js
parentaa2df992e3ea9fa245c516a77b0235cf3ea2af85 (diff)
no senders
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jest.config.js b/jest.config.js
index a7adc62..b10d629 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -29,9 +29,10 @@ module.exports = {
coveragePathIgnorePatterns: [
"<rootDir>/build/",
"<rootDir>/node_modules/",
+ "<rootDir>/webAO/client/sender/",
"<rootDir>/webAO/dom/",
- "<rootDir>/webAO/viewport/utils/",
- "<rootDir>/webAO/packets/handlers/"
+ "<rootDir>/webAO/packets/handlers/",
+ "<rootDir>/webAO/viewport/utils/"
],
// Indicates which provider should be used to instrument code for coverage