-
- Downloads
Start to implement automated tests
Showing
- enviroment.js 5 additions, 0 deletionsenviroment.js
- package-lock.json 101 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 1 deletionpackage.json
- server/boot/access-control.js 2 additions, 3 deletionsserver/boot/access-control.js
- test/account.js 32 additions, 0 deletionstest/account.js
- test/category.js 41 additions, 0 deletionstest/category.js
enviroment.js
0 → 100644
... | ... | @@ -8,7 +8,8 @@ |
"scripts": { | ||
"lint": "eslint .", | ||
"start": "node .", | ||
"posttest": "npm run lint && nsp check" | ||
"posttest": "npm run lint && nsp check", | ||
"tests":"mocha ./test" | ||
}, | ||
"dependencies": { | ||
"compression": "^1.0.3", | ||
... | ... | @@ -22,6 +23,7 @@ |
"strong-error-handler": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"chakram": "^1.5.0", | ||
"eslint": "^3.17.1", | ||
"eslint-config-loopback": "^8.0.0", | ||
"nsp": "^3.2.1" | ||
... | ... |
test/account.js
0 → 100644
test/category.js
0 → 100644
Please register or sign in to comment