@amiceli/vitest-cucumber
Version:
vitest tools to use Gherkin feature in unit tests
9 lines (8 loc) • 335 B
TypeScript
import { StepableAst, type StepableAstOptions } from './StepableAst';
export declare class BackgroundAst extends StepableAst {
private constructor();
static fromOptions(options: StepableAstOptions): BackgroundAst;
handleBackground(): void;
private getBackgroundArrowFunction;
private getBackgroundCallExpression;
}