diff --git a/jest.config.js b/jest.config.js index 280321dda..a8372a5b2 100644 --- a/jest.config.js +++ b/jest.config.js @@ -18,5 +18,5 @@ module.exports = { moduleDirectories: ["node_modules", "src"], globals: {"__DEV__": false}, collectCoverage: true, - coveragePathIgnorePatterns: ['!www/js/services/commHelper.ts'] + coveragePathIgnorePatterns: ['www/js/services/commHelper.ts'] };