dotnetprofessional / LiveDoc

A Living Documentation platform for BDD (Gherkin) specifications.
MIT License
9 stars 2 forks source link

Excepeption when using it.skip() #42

Closed dotnetprofessional closed 7 years ago

dotnetprofessional commented 7 years ago

Code will fail if an it.skip is used with the following exception:

TypeError: stepDefinitionFunction is not a function at Context.stepDefinitionContextWrapper (build\app\livedoc.js:786:32)

dotnetprofessional commented 7 years ago

Resolved in 0.3.2 release