diff --git a/test/specs/wrapper.spec.js b/test/specs/wrapper.spec.js index b09fbc5..b81a91a 100644 --- a/test/specs/wrapper.spec.js +++ b/test/specs/wrapper.spec.js @@ -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); }); - //*/ });