Continue to create automated tests
Showing
- common/models/end_user.json 4 additions, 0 deletionscommon/models/end_user.json
- enviroment.js 39 additions, 3 deletionsenviroment.js
- package.json 1 addition, 1 deletionpackage.json
- test/account.js 63 additions, 28 deletionstest/account.js
- test/category.js 60 additions, 36 deletionstest/category.js
... | ... | @@ -9,7 +9,7 @@ |
"lint": "eslint .", | ||
"start": "node .", | ||
"posttest": "npm run lint && nsp check", | ||
"tests":"mocha ./test" | ||
"tests": "mocha ./test" | ||
}, | ||
"dependencies": { | ||
"compression": "^1.0.3", | ||
... | ... |
Please register or sign in to comment