UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

15 lines (14 loc) 484 B
import { type AstOptions, BaseAst } from './BaseAst'; export declare class FeatureAst extends BaseAst { private feature; private constructor(); static fromOptions(options: AstOptions): FeatureAst; private loadFeautreFromFile; updateSpecFile(): Promise<void>; private handleDescribeFeature; private handleFeature; private updateFeatureArguments; private formatAndSave; private get describeFeature(); private get describeFeatureCallback(); }