diff options
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/" ], |
