(event)
| 2 | import { sandbox } from '../../utils' |
| 3 | |
| 4 | const makeEvent = (event) => ({ clientX: 0, clientY: 0, ...event }) |
| 5 | |
| 6 | const makeRect = (rect) => ({ top: 0, bottom: 1, left: 0, right: 1, ...rect }) |
| 7 |
no outgoing calls
no test coverage detected
searching dependent graphs…