Skip to content

Commit

Permalink
chore: migrate from tap to node:test and c8
Browse files Browse the repository at this point in the history
  • Loading branch information
dancastillo committed Aug 28, 2024
1 parent 4a1bad9 commit a7deaa1
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 321 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 @@ -8,7 +8,7 @@
"scripts": {
"lint": "standard",
"test": "npm run test:unit && npm run test:types",
"test:unit": "tap",
"test:unit": "c8 --100 node --test",
"test:types": "tsd"
},
"repository": {
Expand All @@ -32,9 +32,9 @@
"@fastify/auth": "^5.0.0-pre.fv5.1",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"fastify": "^5.0.0-alpha.3",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit a7deaa1

Please sign in to comment.