timjroberts / cucumber-js-tsflow

Provides 'specflow' like bindings for Cucumber.js in TypeScript 1.7+.
MIT License
133 stars 34 forks source link

update binding for rest params (closes #35) #37

Closed mikehaas763 closed 5 years ago

mikehaas763 commented 5 years ago

After moving away from using the built-in ClassDecorator (which is outdated), I missed that the new type no longer accepted any number of params on the target type that the @binding decorator was being applied to. I've added a new type that uses rest parameters to fix this issue.