Skip to content

Commit 0649516

Browse files
committed
Update test config
1 parent 69248b4 commit 0649516

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,11 @@
7070
"no-console": "off"
7171
}
7272
},
73-
"jest": {
74-
"testEnvironment": "node",
75-
"coverageThreshold": {
76-
"global": {
77-
"statements": 100
78-
}
79-
}
73+
"c8": {
74+
"exclude": [
75+
"**/*.test.*"
76+
],
77+
"lines": 100,
78+
"check-coverage": true
8079
}
8180
}

0 commit comments

Comments
 (0)