| 1 | import { expect } from '@wdio/globals' |
| 2 | import type { Editor } from 'tldraw' |
| 3 | import { getSelectedShapeIds, getZoom, openEditor } from '../helpers/app' |
| 4 | import { pinchCanvas } from '../helpers/pinch' |
nothing calls this directly
no test coverage detected