提交 ace6a046 编写于 作者: M mzabriskie

Noting that jasmine-ajax 3.0.0 is needed

上级 0438dd3b
......@@ -146,7 +146,7 @@ describe('wrapper', function () {
}, 0);
});
// TODO this won't work until karma-jasmine updates to jasmine-ajax 2.99.0
// TODO this won't work until karma-jasmine updates to jasmine-ajax 3.0.0
/*
it('should support array buffer response', function (done) {
var request, response;
......@@ -176,12 +176,11 @@ describe('wrapper', function () {
});
setTimeout(function () {
console.log(response.data);
expect(response.data.byteLength).toBe(16);
expect(response.data.byteLength).toBe(22);
done();
}, 0);
}, 0);
});
*/
//*/
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册