Skip to content

Commit

Permalink
test: do not collect coverage when directly running jest
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Apr 20, 2022
1 parent e01c4c5 commit 7d36ef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.js
@@ -1,5 +1,4 @@
const config = {
collectCoverage: true,
collectCoverageFrom: [
'lib/**/*.js',
// Avoid ESM import.meta parse error.
Expand Down

0 comments on commit 7d36ef7

Please sign in to comment.