UNPKG

@lewiswright/vitest-plugin-vis

Version:
10 lines (7 loc) 324 B
// `vitest-plugin-vis/setup` provides code needed in `vitest.setup.ts`. import './client/expect/extend.ts' import './client/page/extend.ts' export * from './setup/vis.ts' // 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.ts'