Skip to content

Commit 4e761a9

Browse files
authored
chore: migrate from tap to node:test and c8 (#140)
1 parent 4a1bad9 commit 4e761a9

3 files changed

Lines changed: 285 additions & 321 deletions

File tree

.taprc

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"lint": "standard",
1010
"test": "npm run test:unit && npm run test:types",
11-
"test:unit": "tap",
11+
"test:unit": "c8 --100 node --test",
1212
"test:types": "tsd"
1313
},
1414
"repository": {
@@ -32,9 +32,9 @@
3232
"@fastify/auth": "^5.0.0-pre.fv5.1",
3333
"@fastify/pre-commit": "^2.1.0",
3434
"@types/node": "^22.0.0",
35+
"c8": "^10.1.2",
3536
"fastify": "^5.0.0-alpha.3",
3637
"standard": "^17.1.0",
37-
"tap": "^18.7.1",
3838
"tsd": "^0.31.1"
3939
},
4040
"dependencies": {

0 commit comments

Comments
 (0)