@amiceli/vitest-cucumber
Version:
vitest tools to use Gherkin feature in unit tests
7 lines (6 loc) • 439 B
JavaScript
export { defineParameterExpression, } from './parser/expression/custom';
export { VitestCucumberPlugin } from './plugin/index';
export { defineSteps, getVitestCucumberConfiguration, setVitestCucumberConfiguration, } from './vitest/configuration';
export { defineFeature } from './vitest/define-feature';
export { describeFeature } from './vitest/describe-feature';
export { loadFeature, loadFeatureFromText } from './vitest/load-feature';