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 c471eae commit 022424bCopy full SHA for 022424b
.taprc
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",
@@ -61,12 +61,12 @@
61
"@fastify/pre-commit": "^2.1.0",
62
"@types/node": "^22.0.0",
63
"@types/simple-oauth2": "^5.0.7",
64
+ "c8": "^10.1.3",
65
"eslint": "^9.17.0",
66
"fastify": "^5.0.0",
67
"neostandard": "^0.12.0",
68
"nock": "^13.5.4",
69
"simple-get": "^4.0.1",
- "tap": "^18.7.1",
70
"tsd": "^0.31.0"
71
72
"dependencies": {
0 commit comments