Skip to content

Commit 7ad6e9d

Browse files
authored
Merge pull request #249 from pvoisin/main
Exposing few symbols from configuration
2 parents ebaa2f8 + 6a9a8c3 commit 7ad6e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { createAutoBindSteps } from './automatic-step-binding';
33

44
export { loadFeature, loadFeatures, parseFeature } from './parsed-feature-loading';
55
export { DefineStepFunction } from './feature-definition-creation';
6-
export { setJestCucumberConfiguration } from './configuration';
6+
export { Options, ErrorOptions, ScenarioNameTemplateVars, setJestCucumberConfiguration } from './configuration';
77
export {
88
generateCodeFromFeature,
99
generateCodeWithSeparateFunctionsFromFeature,

0 commit comments

Comments
 (0)