UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

7 lines (6 loc) 191 B
export interface Feature { name: string; status: string; } export declare const buildTree: (features: Feature[]) => any; export declare const renderTree: (nodes: any) => JSX.Element;