diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-06-26 18:53:28 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-06-26 18:53:28 +0200 |
| commit | f3e80b1575442044adb3f835539e33701e1ef149 (patch) | |
| tree | 107cbdc61cdf414e2c549a83f996ebc35f32d909 /jest.config.js | |
| parent | 07f7f67ee76202fa94284022b3dd1cc260895502 (diff) | |
packet handlers
Diffstat (limited to 'jest.config.js')
| -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 |
