vitest-plugin-vis
Version:
Vitest visual testing plugin
16 lines (14 loc) • 631 B
text/typescript
import { hasImageSnapshot } from './has_image_snapshot.ts'
import { imageSnapshotNextIndex } from './image_snapshot_next_index.ts'
import { loadImageSnapshotResults } from './load_image_snapshot_results.ts'
import { prepareImageSnapshotComparison } from './prepare_image_snapshot_comparison.ts'
import { preparePageImageSnapshotComparison } from './prepare_page_image_snapshot_comparison.ts'
import { setupVisSuite } from './setup_vis_suite.ts'
export const commands = {
setupVisSuite,
imageSnapshotNextIndex,
hasImageSnapshot,
preparePageImageSnapshotComparison,
prepareImageSnapshotComparison,
loadImageSnapshotResults,
}