UNPKG

vitest-plugin-vis

Version:
6 lines (4 loc) 247 B
import type { LoadImageSnapshotResultsCommand } from '../../shared/commands.types.ts' export function loadImageSnapshotResultsAction(commands: LoadImageSnapshotResultsCommand, taskId: string) { return commands.loadImageSnapshotResults(taskId) }