From 5a1da6e7095b1709c9cc2bc87672755672c67e03 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 26 Jun 2025 19:17:03 +0200 Subject: no senders --- jest.config.js | 5 +++-- 1 file 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: [ "/build/", "/node_modules/", + "/webAO/client/sender/", "/webAO/dom/", - "/webAO/viewport/utils/", - "/webAO/packets/handlers/" + "/webAO/packets/handlers/", + "/webAO/viewport/utils/" ], // Indicates which provider should be used to instrument code for coverage -- cgit