2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

Test passing now

This commit is contained in:
mzabriskie
2015-03-10 15:11:57 -06:00
parent bd5d9b7258
commit 571554151d
-3
View File
@@ -146,8 +146,6 @@ describe('wrapper', function () {
}, 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;
@@ -181,6 +179,5 @@ describe('wrapper', function () {
}, 0);
}, 0);
});
//*/
});