Skip to content

Commit

Permalink
fix: mocha behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Jun 26, 2023
1 parent 3a759a8 commit 110bbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "mocha ./tests",
"test": "mocha --exit ./tests",
"fix": "prettier --write ."
},
"dependencies": {
Expand Down

0 comments on commit 110bbef

Please sign in to comment.