UNPKG

jest-bdd-generator

Version:

Jest code generator empowered with Gherkin and BDD

7 lines (6 loc) 176 B
export declare function runTests(options: { pathFeatureInput?: string; pathTestsInput?: string; pathOutput?: string; scenario?: string[]; }): Promise<boolean>;