UNPKG

@lewiswright/vitest-plugin-vis

Version:
8 lines (7 loc) 326 B
// `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";