(node)
| 63 | reactEventType: 'animationend', |
| 64 | nativeEvent: 'animationend', |
| 65 | dispatch(node) { |
| 66 | node.dispatchEvent( |
| 67 | new Event('animationend', { |
| 68 | bubbles: true, |
| 69 | cancelable: true, |
| 70 | }), |
| 71 | ); |
| 72 | }, |
| 73 | }); |
| 74 | }); |
| 75 |
no outgoing calls
no test coverage detected