mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
620a705065
Due to how `debounceTime()` works in RxJS v7, Jasmine's mock clock was not enough to trigger it. This commit fixes it by providing a similar mock clock that is able to mock all of `Date.now()`, `setInterval()` and `setTimeout()`. PR Close #43880