Skip to content

Commit e937674

Browse files
committed
feat: converted all the tap tests with node:test
2 parents de34a58 + bc7c85d commit e937674

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "standard",
1414
"lint:fix": "standard --fix",
1515
"test:typescript": "tsd",
16-
"test:unit": "node --test",
16+
"test:unit": "c8 node --test",
1717
"test": "npm run test:unit && npm run test:typescript"
1818
},
1919
"precommit": [
@@ -40,6 +40,7 @@
4040
"@fastify/pre-commit": "^2.1.0",
4141
"@sinclair/typebox": "^0.33.4",
4242
"benchmark": "^2.1.4",
43+
"c8": "^10.1.2",
4344
"cli-select": "^1.1.2",
4445
"compile-json-stringify": "^0.1.2",
4546
"fast-json-stringify": ".",

0 commit comments

Comments
 (0)