UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

5 lines (4 loc) 257 B
export { defineParameterExpression, } from '../parser/expression/custom'; export { setVitestCucumberConfiguration, } from '../vitest/configuration'; export { describeFeature } from '../vitest/describe-feature'; export { loadFeature } from './load-feature';