mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| backoff.spec.ts | ||
| backoff.ts | ||
| main.ts | ||
| typeahead.spec.ts | ||
| typeahead.ts | ||