From 9988471fb87ad800afb318ecb3610dd1bd823ab9 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 21 May 2015 08:25:21 +0200 Subject: [PATCH] test(fakeAsync): renable a test blocked on jasmine 2.3.3 --- modules/angular2/test/test_lib/fake_async_spec.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/angular2/test/test_lib/fake_async_spec.js b/modules/angular2/test/test_lib/fake_async_spec.js index 435c62eff7..006c1737ee 100644 --- a/modules/angular2/test/test_lib/fake_async_spec.js +++ b/modules/angular2/test/test_lib/fake_async_spec.js @@ -209,12 +209,6 @@ export function main() { })); it('should be able to cancel periodic timers from a callback', fakeAsync(() => { - if (global != null && global.jasmine) { - // TODO(vicb): remove this when we switch to jasmine 2.3.3+ - // see https://github.com/jasmine/jasmine/commit/51462f369b376615bc9d761dcaa5d822ea1ff8ee - return; - } - var cycles = 0; var id;