From f3e80b1575442044adb3f835539e33701e1ef149 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 26 Jun 2025 18:53:28 +0200 Subject: packet handlers --- jest.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = { "/build/", "/node_modules/", "/webAO/dom/", - "/webAO/viewport/utils/" + "/webAO/viewport/utils/", + "/webAO/packets/handlers/" ], // Indicates which provider should be used to instrument code for coverage -- cgit