Skip to content

Commit

Permalink
test: ignore utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhenry committed Dec 11, 2023
1 parent 99fc9a0 commit 34fe651
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 @@ -9,6 +9,6 @@ module.exports = {
coveragePathIgnorePatterns: [
"<rootDir>/node_modules/",
"<rootDir>/test/",
"<rootDir>/utils/",
"<rootDir>/src/utils/",
],
};

0 comments on commit 34fe651

Please sign in to comment.