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 6de6036 commit 499f3d8Copy full SHA for 499f3d8
package.json
@@ -11,7 +11,7 @@
11
"test": "npm run test:unit && npm run test:typescript",
12
"test:coverage": "npm run test:unit -- --cov --coverage-report=html",
13
"test:typescript": "tsd",
14
- "test:unit": "tap"
+ "test:unit": "c8 --100 node --test"
15
},
16
"repository": {
17
"type": "git",
0 commit comments