Skip to content

Commit

Permalink
[test] Fixed test file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Mar 14, 2018
1 parent e6997e4 commit ddc5794
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 @@ -8,7 +8,7 @@
"prepublishOnly": "mkdir -p dist && browserify index.js -o dist/assume.js --standalone assume",
"node": "node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha ./test/*.test.js",
"test": "mocha ./test/*.test.js",
"test-travis": "npm run node && istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd ./*.test.js"
"test-travis": "npm run node && istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd ./test/*.test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ddc5794

Please sign in to comment.