UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

8 lines (7 loc) 216 B
import { StepAble } from './Stepable'; import { type Step } from './step'; export declare class Background extends StepAble { constructor(title?: string); getTitle(): string; addStep(step: Step): void; }