Skip to content

Commit

Permalink
chore: fix node test runner args for Node22
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Dec 13, 2024
1 parent d996a87 commit b9f0753
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 @@ -52,7 +52,7 @@
"preversion": "npm test",
"lint": "semistandard --verbose index.js lib test | snazzy",
"fmt": "semistandard --fix index.js lib test",
"test": "npm run lint && node --test test/"
"test": "npm run lint && node --test"
},
"semistandard": {
"ignore": [
Expand Down

0 comments on commit b9f0753

Please sign in to comment.