Skip to content

Commit

Permalink
feat: converted all the tap tests with node:test
Browse files Browse the repository at this point in the history
  • Loading branch information
puskin94 committed Sep 21, 2024
2 parents de34a58 + bc7c85d commit e937674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "standard",
"lint:fix": "standard --fix",
"test:typescript": "tsd",
"test:unit": "node --test",
"test:unit": "c8 node --test",
"test": "npm run test:unit && npm run test:typescript"
},
"precommit": [
Expand All @@ -40,6 +40,7 @@
"@fastify/pre-commit": "^2.1.0",
"@sinclair/typebox": "^0.33.4",
"benchmark": "^2.1.4",
"c8": "^10.1.2",
"cli-select": "^1.1.2",
"compile-json-stringify": "^0.1.2",
"fast-json-stringify": ".",
Expand Down

0 comments on commit e937674

Please sign in to comment.