UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

6 lines (5 loc) 174 B
import { ScenarioParent } from './ScenarioParent'; export declare class Rule extends ScenarioParent { isCalled: boolean; constructor(name: string, title?: string); }