We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8e137 commit 99bd4baCopy full SHA for 99bd4ba
.gitignore
@@ -1,5 +1,6 @@
1
# Global
2
node_modules/
3
+coverage
4
5
# OS Generated
6
.DS_Store*
package.json
@@ -15,10 +15,11 @@
15
"node": ">=12"
16
},
17
"scripts": {
18
- "test": "ava"
+ "test": "c8 ava"
19
20
"devDependencies": {
21
- "ava": "^3.15.0"
+ "ava": "^3.15.0",
22
+ "c8": "^7.11.0"
23
24
"files": [
25
"index.js"
0 commit comments