Skip to content

Commit

Permalink
Fix Test Script
Browse files Browse the repository at this point in the history
  • Loading branch information
christianechevarria committed Mar 21, 2019
1 parent a194d11 commit 83ee0aa
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 @@ -5,7 +5,7 @@
"main": "src/neataptic",
"scripts": {
"build": "node_modules/.bin/jsdoc -c jsdoc.json && git add . && git stash && git checkout gh-pages && git merge --squash --strategy-option=theirs stash && git stash drop && git commit -m 'Auto-build' && git push && git checkout master",
"test": "nyc --reporter=html --reporter=text mocha test/",
"test": "nyc --reporter=html --reporter=text mocha test/src.js",
"coverage": "nyc report --reporter=text-lcov | coveralls && rm -rf ./src-cov",
"test:forever": "nodemon ./node_modules/.bin/mocha --reporter spec test/"
},
Expand Down

0 comments on commit 83ee0aa

Please sign in to comment.