Skip to content

Commit

Permalink
chore: change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mairess committed Apr 23, 2024
1 parent 26e59bb commit 05efe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "node .",
"dev": "nodemon --inspect=0.0.0.0:9229 .",
"test:mocha": "mocha",
"test:coverage": "nyc mocha",
"test:coverage": "nyc --reporter=html --reporter=text npm run test:mocha",
"test:mutation": "stryker run",
"lint": "eslint --no-error-on-unmatched-pattern ."
},
Expand Down

0 comments on commit 05efe20

Please sign in to comment.