Skip to content

Commit

Permalink
fix: migrate from tap to node:test and c8 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancastillo authored Aug 12, 2024
1 parent 96651aa commit ce93d68
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 283 deletions.
3 changes: 0 additions & 3 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": "standard --fix | snazzy",
"test": "npm run lint && npm run unit && npm run typescript",
"test:ci": "npm run lint && npm run coverage && npm run typescript",
"unit": "tap",
"unit": "c8 node --test",
"unit:report": "npm run unit -- --coverage-report=html",
"unit:verbose": "npm run unit -- -Rspec",
"typescript": "tsd"
Expand Down Expand Up @@ -39,10 +39,10 @@
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"fastify": "^5.0.0-alpha.3",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"tap": "^21.0.0",
"tsd": "^0.31.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ce93d68

Please sign in to comment.