Skip to content

Commit 9f9bda4

Browse files
committed
Fix tests that did not execute the assertions in certain scenarios
1 parent 3fe8312 commit 9f9bda4

File tree

2 files changed

+314
-205
lines changed

2 files changed

+314
-205
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"eslint-config-peerigon": "^5.0.0",
3030
"eslint-plugin-jsdoc": "^2.3.1",
3131
"istanbul": "^0.4.3",
32-
"mocha": "^2.3.3"
32+
"mocha": "^2.3.3",
33+
"sinon": "^1.17.4",
34+
"sinon-chai": "^2.8.0"
3335
},
3436
"engines": {
3537
"node": ">= 0.10.0",

0 commit comments

Comments
 (0)