Skip to content

Commit ce93d68

Browse files
authored
fix: migrate from tap to node:test and c8 (#258)
1 parent 96651aa commit ce93d68

File tree

4 files changed

+581
-283
lines changed

4 files changed

+581
-283
lines changed

.taprc

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:fix": "standard --fix | snazzy",
1212
"test": "npm run lint && npm run unit && npm run typescript",
1313
"test:ci": "npm run lint && npm run coverage && npm run typescript",
14-
"unit": "tap",
14+
"unit": "c8 node --test",
1515
"unit:report": "npm run unit -- --coverage-report=html",
1616
"unit:verbose": "npm run unit -- -Rspec",
1717
"typescript": "tsd"
@@ -39,10 +39,10 @@
3939
"devDependencies": {
4040
"@fastify/pre-commit": "^2.1.0",
4141
"@types/node": "^22.0.0",
42+
"c8": "^10.1.2",
4243
"fastify": "^5.0.0-alpha.3",
4344
"snazzy": "^9.0.0",
4445
"standard": "^17.1.0",
45-
"tap": "^21.0.0",
4646
"tsd": "^0.31.0"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)