diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-06-26 19:17:03 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-06-26 19:17:03 +0200 |
| commit | 5a1da6e7095b1709c9cc2bc87672755672c67e03 (patch) | |
| tree | 9e50a4f72ce9be2106afe18febb8320fce030905 /jest.config.js | |
| parent | aa2df992e3ea9fa245c516a77b0235cf3ea2af85 (diff) | |
no senders
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 5 |
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 |
