ctrlshiftleft
Version:
AI-powered toolkit for embedding QA and security testing into development workflows
9 lines (8 loc) • 369 B
TypeScript
import { TestTemplate } from '../types/testTypes';
/**
* Generates a Test Data Factory for a component
* @param sourcePath Path to the source component
* @param sourceCode Source code of the component
* @returns Test template with Test Data Factory content
*/
export declare function generateTestDataTemplate(sourcePath: string, sourceCode: string): TestTemplate;