stalniy / bdd-lazy-var

Provides UI for testing frameworks such as mocha, jasmine and jest which allows to define lazy variables and subjects.
MIT License
162 stars 14 forks source link

Return undefined where variable does not exist #32

Closed iain-b closed 6 years ago

iain-b commented 6 years ago

Fixes an issue where calling get where the variable had not been defined threw an error. This change restores the v1 behaviour of returning undefined in that situation.

Fixes #31

stalniy commented 6 years ago

Awesome! Thank you very much!