UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

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