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 a72bb9f commit 06ae2e6Copy full SHA for 06ae2e6
.taprc
package.json
@@ -12,9 +12,7 @@
12
"valkey": "docker run -p 6379:6379 --rm valkey/valkey:7.2",
13
"test": "npm run unit && npm run typescript",
14
"typescript": "tsd",
15
- "unit": "tap",
16
- "unit:report": "tap --cov --coverage-report=html --coverage-report=cobertura",
17
- "unit:verbose": "tap -Rspec"
+ "unit": "c8 --100 node --test"
18
},
19
"repository": {
20
"type": "git",
@@ -66,11 +64,11 @@
66
64
"devDependencies": {
67
65
"@fastify/pre-commit": "^2.1.0",
68
"@types/node": "^22.0.0",
+ "c8": "^10.1.3",
69
"eslint": "^9.17.0",
70
"fastify": "^5.0.0",
71
"neostandard": "^0.12.0",
72
"proxyquire": "^2.1.3",
73
- "tap": "^18.7.1",
74
"tsd": "^0.31.0",
75
"why-is-node-running": "^2.2.2"
76
0 commit comments