Skip to content

Commit 06ae2e6

Browse files
authored
chore: migrate to node test runner (#213)
1 parent a72bb9f commit 06ae2e6

File tree

3 files changed

+140
-258
lines changed

3 files changed

+140
-258
lines changed

.taprc

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

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"valkey": "docker run -p 6379:6379 --rm valkey/valkey:7.2",
1313
"test": "npm run unit && npm run typescript",
1414
"typescript": "tsd",
15-
"unit": "tap",
16-
"unit:report": "tap --cov --coverage-report=html --coverage-report=cobertura",
17-
"unit:verbose": "tap -Rspec"
15+
"unit": "c8 --100 node --test"
1816
},
1917
"repository": {
2018
"type": "git",
@@ -66,11 +64,11 @@
6664
"devDependencies": {
6765
"@fastify/pre-commit": "^2.1.0",
6866
"@types/node": "^22.0.0",
67+
"c8": "^10.1.3",
6968
"eslint": "^9.17.0",
7069
"fastify": "^5.0.0",
7170
"neostandard": "^0.12.0",
7271
"proxyquire": "^2.1.3",
73-
"tap": "^18.7.1",
7472
"tsd": "^0.31.0",
7573
"why-is-node-running": "^2.2.2"
7674
},

0 commit comments

Comments
 (0)