()
| 659 | } |
| 660 | |
| 661 | function pointerup() { |
| 662 | dispatchPointerEvent(input._hostElement, 'pointerup', thumbX, thumbY); |
| 663 | } |
| 664 | |
| 665 | it('should show the hover ripple on pointerenter', () => { |
| 666 | // Doesn't make sense to test for pointerenter events on touch devices. |
no test coverage detected
searching dependent graphs…