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