@amiceli/vitest-cucumber
Version:
vitest tools to use Gherkin feature in unit tests
6 lines (5 loc) • 383 B
TypeScript
export { type VitestCucumberOptions, setVitestCucumberConfiguration, } from '../vitest/configuration';
export { describeFeature } from '../vitest/describe-feature';
export { loadFeature } from './load-feature';
export type { Currency } from '../parser/expression/regexes';
export { defineParameterExpression, type CustomParameterExpressionArgs, } from '../parser/expression/custom';