UNPKG

@lewiswright/vitest-plugin-vis

Version:
5 lines (4 loc) 166 B
import { expect } from 'vitest'; import { toMatchImageSnapshot } from "./to_match_image_snapshot.js"; import "./augment.js"; expect.extend({ toMatchImageSnapshot });