diff options
| -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 |
