From ace6a04671a2ec893cad1f05300b85b6dff5ddf2 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Tue, 17 Feb 2015 09:55:11 -0700 Subject: [PATCH] Noting that jasmine-ajax 3.0.0 is needed --- test/specs/wrapper.spec.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/specs/wrapper.spec.js b/test/specs/wrapper.spec.js index 77c0205..b09fbc5 100644 --- a/test/specs/wrapper.spec.js +++ b/test/specs/wrapper.spec.js @@ -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); }); - */ + //*/ });