UNPKG

@amiceli/vitest-cucumber

Version:

vitest tools to use Gherkin feature in unit tests

6 lines (5 loc) 361 B
export { setVitestCucumberConfiguration, getVitestCucumberConfiguration, defineSteps, } from './vitest/configuration'; export { describeFeature } from './vitest/describe-feature'; export { loadFeature } from './vitest/load-feature'; export { VitestCucumberPlugin } from './plugin/index'; export { defineParameterExpression, } from './parser/expression/custom';