angular / zone.js

Implements Zones for JavaScript
https://github.com/angular/angular/tree/master/packages/zone.js/
MIT License
3.25k stars 407 forks source link

feat: add option to disable jasmine clock patch, also rename the flag of auto jump in FakeAsyncTest #1222

Closed JiaLiPassion closed 5 years ago

JiaLiPassion commented 5 years ago
  1. add an option fakeAsyncDisablePatchingClock to be able to disable jasmine.clock patch.
  2. rename fakeAsyncPatchLock to fakeAsyncAutoFakeAsyncWhenClockPatched because the original name is confused.
  3. if fakeAsyncDisablePatchingClock is true, should also make fakeAsyncAutoFakeAsyncWhenClockPatched to be false.

@vikerman, please review, thanks!