UNPKG

@lewiswright/vitest-plugin-vis

Version:
7 lines (6 loc) 291 B
import { visContext } from "../vis_context.js"; import { assertTestPathDefined } from "./_assertions.js"; export const imageSnapshotNextIndex = async (context, taskId) => { assertTestPathDefined(context, 'imageSnapshotNextIndex'); return visContext.getTaskCount(context, taskId); };