Skip to content

Commit

Permalink
delete not operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Feb 16, 2024
1 parent 3453205 commit 26264ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
};

0 comments on commit 26264ce

Please sign in to comment.