UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

8 lines (7 loc) 561 B
export { type VitestCucumberOptions, setVitestCucumberConfiguration, getVitestCucumberConfiguration, defineSteps, } from './vitest/configuration'; export { describeFeature } from './vitest/describe-feature'; export { loadFeature } from './vitest/load-feature'; export type { Currency } from './parser/expression/regexes'; export { VitestCucumberPlugin } from './plugin/index'; export { defineParameterExpression, type CustomParameterExpressionArgs, } from './parser/expression/custom'; export { StepTest, FeatureDescriibeCallbackParams } from "./vitest/types";