Skip to content

Commit 9988471

Browse files
committed
test(fakeAsync): renable a test blocked on jasmine 2.3.3
1 parent 05fa9bc commit 9988471

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

modules/angular2/test/test_lib/fake_async_spec.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,6 @@ export function main() {
209209
}));
210210

211211
it('should be able to cancel periodic timers from a callback', fakeAsync(() => {
212-
if (global != null && global.jasmine) {
213-
// TODO(vicb): remove this when we switch to jasmine 2.3.3+
214-
// see https://github.com/jasmine/jasmine/commit/51462f369b376615bc9d761dcaa5d822ea1ff8ee
215-
return;
216-
}
217-
218212
var cycles = 0;
219213
var id;
220214

0 commit comments

Comments
 (0)