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

Allow mocha v4 dependency #22

Closed MrLeebo closed 7 years ago

MrLeebo commented 7 years ago
stalniy commented 7 years ago

@MrLeebo thanks for the contribution! Could you please update mocha in devDependencies as well? So, we are sure that it works for mocha 4.x

stalniy commented 7 years ago

No worries, I finished this :) because it also required to update other dev dependencies.

Thanks!

stalniy commented 7 years ago

published 1.3.1

MrLeebo commented 7 years ago

@stalniy thanks! Also I just want to say thank you very much for this library, I would loathe writing JS unit tests without it!