launchdarkly / jest-launchdarkly-mock

Easily unit test LaunchDarkly feature flagged components with jest
Apache License 2.0
25 stars 19 forks source link

feat(withLDProvider): adding mock support for withLDProvider #9

Closed vivekshah14 closed 3 years ago

vivekshah14 commented 3 years ago

This package currently doesn't mock withLDProvider. This PR adds support for mocking the same.

bwoskow-ld commented 3 years ago

This is now available in version 0.2.1. Thanks for the contribution!

vivekshah14 commented 3 years ago

Thank you @bwoskow-ld @yusinto for the quick turnaround. Appreciate it.