Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Chris de Almeida <[email protected]>
  • Loading branch information
inigomarquinez and ctcpip authored Jun 3, 2024
1 parent bd85a22 commit 79d002d
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 @@ -50,7 +50,7 @@
],
"scripts": {
"lint": "standard",
"test": "mocha --reporter spec --bail --exit --check-leaks test/",
"test": "standard && mocha --reporter spec --bail --exit --check-leaks test/",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
}
Expand Down

0 comments on commit 79d002d

Please sign in to comment.