()
| 4 | import { getPixelRatio } from '../../src/util' |
| 5 | |
| 6 | export function getCaptureNode() { |
| 7 | return document.getElementById('dom-node') as HTMLDivElement |
| 8 | } |
| 9 | |
| 10 | export function getReferenceImage() { |
| 11 | return document.getElementById('ref-image') as HTMLImageElement |
no outgoing calls
no test coverage detected
searching dependent graphs…