Skip to content

Commit

Permalink
Update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
k-grube committed Feb 26, 2019
1 parent 403560d commit 07353d5
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 nodejs module for interacting with the ConnectWise REST API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "nyc mocha",
"jsdoc": "jsdoc src -r -c ./docs/jsdoc.json -d docs",
"jsdocmd": "jsdoc2md src/**/*.js > doc.md",
"eslint": "eslint --ext .js src/",
Expand Down

0 comments on commit 07353d5

Please sign in to comment.