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.
2 parents de34a58 + bc7c85d commit e937674Copy full SHA for e937674
package.json
@@ -13,7 +13,7 @@
13
"lint": "standard",
14
"lint:fix": "standard --fix",
15
"test:typescript": "tsd",
16
- "test:unit": "node --test",
+ "test:unit": "c8 node --test",
17
"test": "npm run test:unit && npm run test:typescript"
18
},
19
"precommit": [
@@ -40,6 +40,7 @@
40
"@fastify/pre-commit": "^2.1.0",
41
"@sinclair/typebox": "^0.33.4",
42
"benchmark": "^2.1.4",
43
+ "c8": "^10.1.2",
44
"cli-select": "^1.1.2",
45
"compile-json-stringify": "^0.1.2",
46
"fast-json-stringify": ".",
0 commit comments