Skip to content
Snippets Groups Projects
Commit 6044f2fd authored by donnadionne's avatar donnadionne
Browse files

Merge pull request #636 from murgatroid99/node_mocha_fix

Explicitly use nodejs to run tests
parents 6d96a03b 777a0896
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
"version": "0.2.0", "version": "0.2.0",
"description": "gRPC Library for Node", "description": "gRPC Library for Node",
"scripts": { "scripts": {
"lint": "jshint src test examples interop index.js", "lint": "nodejs ./node_modules/jshint/bin/jshint src test examples interop index.js",
"test": "./node_modules/mocha/bin/mocha && npm run-script lint" "test": "nodejs ./node_modules/mocha/bin/mocha && npm run-script lint"
}, },
"dependencies": { "dependencies": {
"bindings": "^1.2.1", "bindings": "^1.2.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment