First server tests

This commit is contained in:
Gaël Métais
2014-09-03 09:06:35 +02:00
parent 3b365772d2
commit 1d66d9658c
6 changed files with 125 additions and 3 deletions
+7 -1
View File
@@ -16,7 +16,13 @@
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"matchdep": "^0.3.0"
"matchdep": "^0.3.0",
"grunt-mocha-test": "^0.11.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-blanket": "0.0.8",
"chai": "^1.9.1",
"mocha": "^1.21.4"
},
"scripts": {}
}