Skip to content

Commit

Permalink
Don't show coverage when running the default test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Carmeli committed Apr 5, 2024
1 parent 07b1661 commit 3e989bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const config = {
'src/**/*.{ts,tsx}',
'!dist/**',
],
collectCoverage: true,
};

module.exports = config;

0 comments on commit 3e989bf

Please sign in to comment.