Skip to content

Commit

Permalink
mocha -> node test/test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 4, 2025
1 parent baa772b commit 6d0cca1
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 @@ -7,7 +7,7 @@
"scripts": {
"build": "node build/build.js",
"publish": "node build/publish.js",
"test": "mocha --require test/fixture.js",
"test": "node test/test.js",
"update": "node build/update.js"
},
"repository": {
Expand Down

0 comments on commit 6d0cca1

Please sign in to comment.