UNPKG

vitest-plugin-vis

Version:
9 lines (7 loc) 278 B
import type { ImageSnapshotMatcher } from './to_match_image_snapshot.types.ts' declare global { namespace jest { // biome-ignore lint/correctness/noUnusedVariables: augmentation must have matching type params. interface Matchers<R, T> extends ImageSnapshotMatcher {} } }