Update sinon and sinon-chai dependencies

This commit is contained in:
Bryan Housel
2017-03-21 16:25:29 -04:00
parent 4ad306bbee
commit e9b8b743e7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -65,8 +65,8 @@
"rollup-plugin-node-resolve": "2.0.0",
"shelljs": "~0.7.5",
"shx": "~0.2.1",
"sinon": "~1.17.5",
"sinon-chai": "~2.8.0",
"sinon": "~2.1.0",
"sinon-chai": "~2.9.0",
"smash": "0.0",
"svg-sprite": "1.3.6",
"uglify-js": "~2.8.10",
+1 -1
View File
@@ -22,7 +22,7 @@ describe('iD.uiFieldWikipedia', function() {
}
};
sinon.stub(context, 'selectedIDs', function() { return [selectedId]; });
sinon.stub(context, 'selectedIDs').callsFake(function() { return [selectedId]; });
});
afterEach(function() {