Skip to content

Commit

Permalink
Call mocha the npm way, fixes running tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanandel committed Jan 26, 2017
1 parent 03a0890 commit 5696af0
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": "A high performance linear algebra library.",
"main": "vectorious.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"test": "mocha",
"benchmark": "node ./benchmarks/vector.js && node ./benchmarks/matrix.js",
"coverage": "istanbul cover _mocha -- -R spec"
},
Expand Down

0 comments on commit 5696af0

Please sign in to comment.