use yarn to manage test vendor dependencies, upgrade sinon to v6.3.5

This commit is contained in:
Penar Musaraj
2018-10-04 11:06:14 -04:00
parent 5b56a8cd09
commit cd82107976
8 changed files with 127 additions and 5133 deletions

View File

@ -134,7 +134,7 @@ QUnit.test("selectUp calls _moveSelection with -1", assert => {
QUnit.test("goBack calls history.back", assert => {
var called = false;
sandbox.stub(history, "back", function() {
sandbox.stub(history, "back").callsFake(function() {
called = true;
});