UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

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