add mocha

pull/10/head
unknown 2018-10-29 20:00:03 -04:00
parent 0b2109e2ea
commit e541ea7193
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
"sails-hook-sockets": "^1.4.0"
},
"devDependencies": {
"@sailshq/eslint": "^4.19.3"
"@sailshq/eslint": "^4.19.3",
"mocha": "^5.2.0"
},
"scripts": {
"start": "sudo NODE_ENV='production' ./node_modules/.bin/forever start app.js",