Skip to content

Commit

Permalink
chore: move from tap to node:test (#306)
Browse files Browse the repository at this point in the history
* move tests to node:test

* fix

---------

Signed-off-by: Aras Abbasi <[email protected]>
Co-authored-by: Aras Abbasi <[email protected]>
  • Loading branch information
eugleenyc and Uzlopak authored Dec 10, 2024
1 parent 641a3e4 commit 38913b7
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 574 deletions.
2 changes: 0 additions & 2 deletions .taprc

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "eslint --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"test:unit": "tap",
"test:unit": "c8 --100 node --test",
"test:unit:verbose": "npm run test:unit -- -Rspec"
},
"precommit": [
Expand Down Expand Up @@ -42,10 +42,10 @@
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"benchmark": "^2.1.4",
"c8": "^10.1.2",
"fastify": "^5.0.0",
"neostandard": "^0.11.9",
"sinon": "^19.0.2",
"tap": "^18.6.1",
"tsd": "^0.31.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 38913b7

Please sign in to comment.