Skip to content

Commit 7d36ef7

Browse files
committed
test: do not collect coverage when directly running jest
1 parent e01c4c5 commit 7d36ef7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const config = {
2-
collectCoverage: true,
32
collectCoverageFrom: [
43
'lib/**/*.js',
54
// Avoid ESM import.meta parse error.

0 commit comments

Comments
 (0)