Skip to content

Commit

Permalink
updated test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tryb3l committed Mar 2, 2024
1 parent 8f642e5 commit e29f6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"doc": "docs"
},
"scripts": {
"test": "tap --before=test/run-before.js test/**/**.test.js --after=test/run-after.js",
"test": "tap --before=test/run-before.js test/**/**.test.js --after=test/run-after.js --no-check-coverage",
"test:nostop": "tap --before=test/before.js test/**/**.test.js",
"test:coverage": "tap --coverage-report=html --before=test/run-before.js test/**/**.test.js --after=test/run-after.js --no-check-coverage",
"test:coverage": "tap --coverage-report=html --before=test/run-before.js test/**/**.test.js --after=test/run-after.js",
"start": "fastify start --options app.js",
"dev": "npm run start -- --watch --pretty-logs -debug",
"mongo:start": "docker run -d -p 27017:27017 --rm --name fastify-mongo mongo:7",
Expand Down

0 comments on commit e29f6fe

Please sign in to comment.