Skip to content

Commit

Permalink
chore: migrate from tap to node:test and c8 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancastillo authored Sep 3, 2024
1 parent 37cdb08 commit 17042c7
Show file tree
Hide file tree
Showing 5 changed files with 1,079 additions and 862 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
"type": "commonjs",
"types": "types/index.d.ts",
"scripts": {
"coverage": "tap --coverage-report=html test",
"lint": "standard",
"lint:fix": "standard --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"test:unit": "tap test/*.test.js"
"test:unit": "c8 --100 node --test"
},
"keywords": [
"fastify",
Expand All @@ -35,10 +34,10 @@
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"c8": "^10.1.2",
"cors": "^2.8.5",
"fastify": "^5.0.0-alpha.3",
"standard": "^17.1.0",
"tap": "18.7.1",
"tsd": "^0.31.1",
"typescript": "^5.4.2"
},
Expand Down
Loading

0 comments on commit 17042c7

Please sign in to comment.