UNPKG

@competent-devs/test-forge

Version:

Package for UI unit test generation based on storybook context

5 lines (4 loc) 375 B
export declare function writeTestFile(fileName: string, code: string): Promise<void>; export declare function readTestFile(fileName: string): Promise<string>; export declare function readCsfFile(filePath: string): Promise<import("@storybook/core/csf-tools").CsfFile & import("@storybook/core/types").IndexedCSFFile>; export declare function isMDX(filePath: string): boolean;