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 96651aa commit ce93d68Copy full SHA for ce93d68
.taprc
package.json
@@ -11,7 +11,7 @@
11
"lint:fix": "standard --fix | snazzy",
12
"test": "npm run lint && npm run unit && npm run typescript",
13
"test:ci": "npm run lint && npm run coverage && npm run typescript",
14
- "unit": "tap",
+ "unit": "c8 node --test",
15
"unit:report": "npm run unit -- --coverage-report=html",
16
"unit:verbose": "npm run unit -- -Rspec",
17
"typescript": "tsd"
@@ -39,10 +39,10 @@
39
"devDependencies": {
40
"@fastify/pre-commit": "^2.1.0",
41
"@types/node": "^22.0.0",
42
+ "c8": "^10.1.2",
43
"fastify": "^5.0.0-alpha.3",
44
"snazzy": "^9.0.0",
45
"standard": "^17.1.0",
- "tap": "^21.0.0",
46
"tsd": "^0.31.0"
47
},
48
"dependencies": {
0 commit comments