Skip to content

Commit

Permalink
move tests to node:test
Browse files Browse the repository at this point in the history
  • Loading branch information
eugleenyc committed Oct 29, 2024
1 parent 9e37d02 commit f834870
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 477 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 @@ -12,7 +12,7 @@
"lint:fix": "standard --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 @@ -43,11 +43,11 @@
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"benchmark": "^2.1.4",
"c8": "^10.1.2",
"fastify": "^5.0.0",
"sinon": "^19.0.2",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"tap": "^18.6.1",
"tsd": "^0.31.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit f834870

Please sign in to comment.