We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fa9bc commit 9988471Copy full SHA for 9988471
1 file changed
modules/angular2/test/test_lib/fake_async_spec.js
@@ -209,12 +209,6 @@ export function main() {
209
}));
210
211
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
-
218
var cycles = 0;
219
var id;
220
0 commit comments