Flushes the transition of the ripple element inside of the ripple target.
()
| 38 | |
| 39 | /** Flushes the transition of the ripple element inside of the ripple target. */ |
| 40 | function flushTransition() { |
| 41 | dispatchFakeEvent(rippleTarget.querySelector('.mat-ripple-element')!, 'transitionend'); |
| 42 | } |
| 43 | |
| 44 | beforeEach(() => { |
| 45 | platform = TestBed.inject(Platform); |
no test coverage detected