timjroberts / cucumber-js-tsflow

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

typo on demo homepage #15

Closed huineng closed 5 years ago

huineng commented 7 years ago

class ArithmeticSteps { private computedResult: number;

@given(/I enter '(\d*)' and '(\d*)'"/)

should be @given(/I enter '(\d)' and '(\d)'/) (no " at the end)

stupiduglyfool commented 7 years ago

I created a pull request which includes this fix https://github.com/timjroberts/cucumber-js-tsflow/pull/19