@lewiswright/vitest-plugin-vis
Version:
Vitest visual testing plugin
5 lines • 410 B
TypeScript
import type { RequiredPick } from 'type-plus';
import type { BrowserCommandContext } from 'vitest/node';
export declare function assertTestPathDefined(context: BrowserCommandContext, commandName: string): asserts context is RequiredPick<BrowserCommandContext, 'testPath'>;
export declare function assertIsRelativePath(relativeFilePath: string, propName: string): void;
//# sourceMappingURL=_assertions.d.ts.map