Upgrade sinonjs, and fix unit tests.

- use `sinon.match.has` for error matching
- restore previous use of `calledWith`
This commit is contained in:
Shane Kilkelly
2017-08-22 15:20:43 +01:00
parent 1f3b0a3713
commit 65697cb2f6
4 changed files with 39 additions and 29 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"grunt": "~0.4.4",
"bunyan": "~0.22.3",
"grunt-bunyan": "~0.5.0",
"sinon": "~1.5.2",
"sinon": "~3.2.1",
"sandboxed-module": "~0.3.0",
"chai": "~1.9.1",
"grunt-forever": "~0.4.4",