Skip to content

Commit

Permalink
chore: migrate from tap to node:test and c8 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancastillo authored Sep 12, 2024
1 parent 3534fee commit 4e69bff
Show file tree
Hide file tree
Showing 11 changed files with 666 additions and 546 deletions.
2 changes: 0 additions & 2 deletions .taprc

This file was deleted.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"type": "commonjs",
"scripts": {
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "tap",
"test:unit": "c8 --100 node --test",
"test:typescript": "tsd",
"benchmark": "node benchmark/bench.js",
"lint": "standard lib/* test/* benchmark/*.js",
"lint:fix": "standard --fix",
"coveralls": "tap --coverage-report=lcov",
"coverage": "tap --coverage-report=html"
"lint:fix": "standard --fix"
},
"keywords": [
"session",
Expand All @@ -32,14 +30,14 @@
"@fastify/cookie": "^10.0.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"c8": "^10.1.2",
"connect-mongo": "^5.1.0",
"connect-redis": "^7.1.1",
"cronometro": "^3.0.2",
"fastify": "^5.0.0-alpha.4",
"ioredis": "^5.3.2",
"session-file-store": "^1.5.0",
"standard": "^17.1.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},
"types": "types/types.d.ts",
Expand Down
Loading

0 comments on commit 4e69bff

Please sign in to comment.