Test that console.log is never called

This commit is contained in:
Gaël Métais
2014-11-28 18:31:14 +01:00
parent 6089e5fe20
commit 35aed5fb55
2 changed files with 14 additions and 2 deletions
+3 -1
View File
@@ -32,7 +32,9 @@
"matchdep": "^0.3.0",
"mocha": "^2.0.1",
"phantomjs": "^1.9.10",
"q": "^1.1.2"
"q": "^1.1.2",
"sinon": "^1.12.1",
"sinon-chai": "^2.6.0"
},
"scripts": {
"test": "grunt test"