UNPKG

@lewiswright/vitest-plugin-vis

Version:
8 lines 602 B
import type { BrowserCommandContext } from 'vitest/node'; import type { PartialBrowserCommandContext } from '../server/vis_context.types.ts'; export declare const stubBrowserCommandContext: (stub?: import("type-plus").RecursivePartial<BrowserCommandContext> | undefined) => BrowserCommandContext; export declare function createStubPartialBrowserCommandContext({ root, testPath }: { root: string; testPath: string; }): (stub?: import("type-plus").RecursivePartial<PartialBrowserCommandContext> | undefined) => PartialBrowserCommandContext; //# sourceMappingURL=stubBrowserCommandContext.d.ts.map