Optim: move server tests scripts to test/server folder

This commit is contained in:
2015-08-24 10:31:23 +00:00
parent fecf0ea768
commit 695fc03f67
5 changed files with 7 additions and 7 deletions

View File

@@ -25,8 +25,8 @@
"supertest": "~1.0.1"
},
"scripts": {
"test-local": "NODE_ENV=test mocha",
"test": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec",
"test-local": "NODE_ENV=test mocha test/*",
"test": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec test/*",
"start": "app.js",
"stop": "pkill -SIGINT CloudBudget"
}