chai testing framework added

This commit is contained in:
Manuel Araoz 2014-01-16 13:14:38 -03:00
parent 3ab958eab2
commit e70631ee1f
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@
"view-helpers": "latest",
"socket.io": "~0.9.16",
"moment": "~2.5.0",
"sinon": "~1.7.3"
"sinon": "~1.7.3",
"chai": "~1.8.1"
},
"devDependencies": {
"grunt-contrib-watch": "latest",