aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/jest.config.js b/jest.config.js
index b7462c4..27f3feb 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -26,9 +26,11 @@ module.exports = {
coverageDirectory: "coverage",
// An array of regexp pattern strings used to skip coverage collection
- // coveragePathIgnorePatterns: [
- // "\\\\node_modules\\\\"
- // ],
+ coveragePathIgnorePatterns: [
+ "<rootDir>/build/",
+ "<rootDir>/node_modules/",
+ "<rootDir>/webAO/dom/"
+ ],
// Indicates which provider should be used to instrument code for coverage
coverageProvider: "babel",