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 584e71c commit 6f8b765Copy full SHA for 6f8b765
package.json
@@ -9,6 +9,7 @@
9
"@fastify/busboy": "^3.0.0",
10
"@fastify/deepmerge": "^2.0.0",
11
"@fastify/error": "^4.0.0",
12
+ "c8": "^10.1.3",
13
"fastify-plugin": "^5.0.0",
14
"secure-json-parse": "^3.0.0"
15
},
@@ -31,14 +32,13 @@
31
32
"tsd": "^0.31.0"
33
34
"scripts": {
- "coverage": "npm run test:unit -- --coverage-report=html",
35
"climem": "climem 8999 localhost",
36
"lint": "eslint",
37
"lint:fix": "eslint --fix",
38
"start": "CLIMEM=8999 node -r climem ./examples/example",
39
"test": "npm run test:unit && npm run test:typescript",
40
"test:typescript": "tsd",
41
- "test:unit": "node --test"
+ "test:unit": "c8 --100 node --test"
42
43
"repository": {
44
"type": "git",
0 commit comments