Skip to content

Commit

Permalink
test: migrate from tap to node:test and c8 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
inyourtime authored Nov 26, 2024
1 parent 2a043e8 commit 6d05527
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 211 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 @@
"mongo": "docker run --rm -d -p 27017:27017 mongo:5.0.0",
"test": "npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"test:unit": "tap"
"test:unit": "c8 --100 node --test"
},
"repository": {
"type": "git",
Expand All @@ -34,9 +34,9 @@
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"fastify": "^5.0.0",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 6d05527

Please sign in to comment.