UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

5 lines (4 loc) 364 B
import type { TestFunctionExtendedCtx } from "../../types"; import type { StorybookStoryExtended } from "./types"; export declare function nestedDescribe(story: StorybookStoryExtended, fn: () => void): void; export declare function extendedIt<T extends Partial<TestFunctionExtendedCtx>>(story: StorybookStoryExtended, testName: string, cb: TestFunction<T>): void;