UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

6 lines (5 loc) 383 B
export { type CustomParameterExpressionArgs, defineParameterExpression, } from '../parser/expression/custom'; export type { Currency } from '../parser/expression/regexes'; export { setVitestCucumberConfiguration, type VitestCucumberOptions, } from '../vitest/configuration'; export { describeFeature } from '../vitest/describe-feature'; export { loadFeature } from './load-feature';