diff options
| -rw-r--r-- | jest.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js index 0f0cc11..a7adc62 100644 --- a/jest.config.js +++ b/jest.config.js @@ -30,7 +30,8 @@ module.exports = { "<rootDir>/build/", "<rootDir>/node_modules/", "<rootDir>/webAO/dom/", - "<rootDir>/webAO/viewport/utils/" + "<rootDir>/webAO/viewport/utils/", + "<rootDir>/webAO/packets/handlers/" ], // Indicates which provider should be used to instrument code for coverage |
