Skip to content

Commit

Permalink
Fix test script for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin committed Oct 19, 2024
1 parent ae6d0ff commit ab00e46
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 @@ -17,7 +17,7 @@
"lint": "eslint grammar.js",
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js",
"test": "node --test bindings/node/binding_test.js",
"prepublishOnly": "tree-sitter build --wasm",
"prettier:check": "prettier --check .",
"prettier:format": "prettier --write ."
Expand Down

0 comments on commit ab00e46

Please sign in to comment.