Skip to content

Commit

Permalink
Merge pull request #104 from bartvanandel/fixMochaCall
Browse files Browse the repository at this point in the history
Call mocha the npm way, fixes running tests on Windows
  • Loading branch information
mateogianolio authored Jan 26, 2017
2 parents 03a0890 + 5696af0 commit b386b74
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 b386b74

Please sign in to comment.