Adding test script

This commit is contained in:
Belen Curcio
2016-11-02 09:02:34 -03:00
parent ac80d2683d
commit 61e9e30ac5
+2 -1
View File
@@ -5,7 +5,8 @@
"main": "./server/bin/www",
"scripts": {
"start": "./server/bin/www",
"lint": "eslint ."
"lint": "eslint .",
"test": "mocha"
},
"config": {
"pre-git": {