UNPKG

vitest-plugin-vis

Version:
6 lines (4 loc) 172 B
import { afterEach, beforeAll } from 'vitest' import { vis } from '../setup.ts' beforeAll(() => vis.beforeAll.setup()) afterEach(() => vis.afterEach.matchImageSnapshot())