From e70631ee1f25708b9adb79e9e0eb4e81862786f5 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 16 Jan 2014 13:14:38 -0300 Subject: [PATCH] chai testing framework added --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b136f9b..d295bc6 100644 --- a/package.json +++ b/package.json @@ -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",