Bumped qunit and sinon. Added qunit-assert-html.

This commit is contained in:
Dan Wilson
2013-05-14 17:20:16 +01:00
parent 9514c46aa0
commit cf700f4ac0
8 changed files with 5416 additions and 3159 deletions

View File

@@ -191,7 +191,6 @@ test("query", function() {
equal(3, queryResult.hits.total);
equal(3, queryResult.hits.hits.length);
equal('Note 1', queryResult.hits.hits[0]._source['title']);
start();
});
$.ajax.restore();
});
@@ -284,7 +283,6 @@ test("query", function() {
equal(3, dataset.recordCount);
equal(3, recList.length);
equal('Note 1', recList.models[0].get('title'));
start();
});
});
$.ajax.restore();