Add npm test script for server/ and lib/

This commit is contained in:
Johannes Zellner
2013-08-19 10:01:25 -07:00
parent 9573889ee9
commit 0c987ed58c
+3
View File
@@ -26,5 +26,8 @@
"devDependencies": {
"mocha": "*",
"expect.js": "*"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec server/test lib/test;"
}
}