Modified test scripts and updated supertest

master
Keith Irwin 2017-12-19 06:44:21 +00:00
parent 76e2d31c46
commit 7d2faa09ab
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 1211 additions and 903 deletions

2111
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,8 @@
"supertest": "^3.0.0" "supertest": "^3.0.0"
}, },
"scripts": { "scripts": {
"test": "standard && mocha test.js", "test": "mocha",
"lint": "standard",
"start": "node server.js", "start": "node server.js",
"nodemon": "nodemon --ignore 'static/**/*.min.*' server.js", "nodemon": "nodemon --ignore 'static/**/*.min.*' server.js",
"update": "sudo npm update && sudo npm prune", "update": "sudo npm update && sudo npm prune",