diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-06-26 20:11:16 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-06-26 20:11:16 +0200 |
| commit | 3ebf6ce3cb252901de1db96ce5df7b1c4a6711e9 (patch) | |
| tree | c23973b3b40d43d08fd3d1512850189eb771ea58 /jest.config.js | |
| parent | 90b2593900fa36c0a48bf94983f9b4140f4fc04e (diff) | |
exclude constants
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 2 |
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/" ], |
