aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js3
1 files changed, 2 insertions, 1 deletions
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: [
"<rootDir>/build/",
"<rootDir>/node_modules/",
- "<rootDir>/webAO/dom/"
+ "<rootDir>/webAO/dom/",
+ "<rootDir>/webAO/viewport/utils/"
],
// Indicates which provider should be used to instrument code for coverage