From 07f7f67ee76202fa94284022b3dd1cc260895502 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 26 Jun 2025 18:52:06 +0200 Subject: kinda pointless --- jest.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js index 27f3feb..0f0cc11 100644 --- a/jest.config.js +++ b/jest.config.js @@ -29,7 +29,8 @@ module.exports = { coveragePathIgnorePatterns: [ "/build/", "/node_modules/", - "/webAO/dom/" + "/webAO/dom/", + "/webAO/viewport/utils/" ], // Indicates which provider should be used to instrument code for coverage -- cgit