Skip to content

Commit

Permalink
ignore commHelper from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Feb 15, 2024
1 parent ae66eff commit 3453205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ module.exports = {
moduleDirectories: ["node_modules", "src"],
globals: {"__DEV__": false},
collectCoverage: true,
coveragePathIgnorePatterns: ['!www/js/services/commHelper.ts']
};

0 comments on commit 3453205

Please sign in to comment.