UNPKG

jest-bdd-generator

Version:

Jest code generator empowered with Gherkin and BDD

8 lines (7 loc) 208 B
export * from './JestToGherkin'; export declare function compose(options: { pathTestsInput: string; }): string; export declare function generateComments(options: { pathTestsInput: string; }): string;