UNPKG

vitest-plugin-vis

Version:
6 lines (4 loc) 163 B
import { expect } from 'vitest' import { toMatchImageSnapshot } from './to_match_image_snapshot.ts' import './augment.ts' expect.extend({ toMatchImageSnapshot })