From 3ebf6ce3cb252901de1db96ce5df7b1c4a6711e9 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 26 Jun 2025 20:11:16 +0200 Subject: exclude constants --- jest.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jest.config.js b/jest.config.js index b10d629..6d805f4 100644 --- a/jest.config.js +++ b/jest.config.js @@ -29,9 +29,11 @@ module.exports = { coveragePathIgnorePatterns: [ "/build/", "/node_modules/", + "/webAO/constants/", "/webAO/client/sender/", "/webAO/dom/", "/webAO/packets/handlers/", + "/webAO/styles/", "/webAO/viewport/utils/" ], -- cgit