Skip to content

Commit

Permalink
Slightly alter test command
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jun 1, 2024
1 parent bdbe139 commit d5551f1
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 @@ -38,7 +38,7 @@
],
"scripts": {
"default": "npm run test",
"test": "node --test test-node/*Test.js && npx ava --verbose",
"test": "node --test test-node/*.js && npx ava --verbose",
"jsdoc": "rm -rf jsdoc && npx jsdoc src/* -r -d jsdoc",
"format": "prettier . --write",
"check": "eslint src",
Expand Down

0 comments on commit d5551f1

Please sign in to comment.