Skip to content

Commit

Permalink
add comment why we need to ingnore commHelper in coverage report
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Greenlee <JackAGreenlee@gmail.com>
  • Loading branch information
jiji14 and JGreenlee authored Feb 17, 2024
1 parent 26264ce commit cba51b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
moduleDirectories: ["node_modules", "src"],
globals: {"__DEV__": false},
collectCoverage: true,
coveragePathIgnorePatterns: ['www/js/services/commHelper.ts']
// several functions in commHelper do not have unit tests; see note in commHelper.test.ts
coveragePathIgnorePatterns: ['www/js/services/commHelper.ts'],
};

0 comments on commit cba51b8

Please sign in to comment.