UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

4 lines (3 loc) 225 B
import type { Feature } from '../parser/models'; import type { RequiredParserOptions } from '../parser/parser'; export declare function loadFeature(featureFilePath: string, options?: RequiredParserOptions): Promise<Feature>;