@lewiswright/vitest-plugin-vis
Version:
Vitest visual testing plugin
8 lines (7 loc) • 326 B
JavaScript
// `vitest-plugin-vis/setup` provides code needed in `vitest.setup.ts`.
import "./client/expect/extend.js";
import "./client/page/extend.js";
export * from "./setup/vis.js";
// This is exported for main/app boundary separation
// They can co-exist in the same export file thanks to ESM.
export * from "./setup/create_vis.js";