UNPKG

@lewiswright/vitest-plugin-vis

Version:
5 lines 410 B
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