Skip to content

Commit

Permalink
chore: replace test script
Browse files Browse the repository at this point in the history
  • Loading branch information
s1moe2 committed Oct 4, 2024
1 parent 9e415b1 commit bca6baa
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 @@
"description": "Node util for ISO Language Codes (639-1 and 693-2) and IETF Language Types",
"main": "./src/index.js",
"scripts": {
"test": "mocha",
"test": "node --test",
"lint": "standard",
"semantic-release": "semantic-release",
"commit": "npx git-cz"
Expand Down

0 comments on commit bca6baa

Please sign in to comment.