launchdarkly / jest-launchdarkly-mock

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

fix: update LDProvider mock to match implementation signature #32

Closed jamiehaywood closed 2 years ago

jamiehaywood commented 2 years ago

Requirements

Related issues

closes #31

Describe the solution you've provided

Updated the mockImplementation signature to avoid Objects are not valid as a React child (found: object with keys {clientSideID, options, children}) error during testing

Describe alternatives you've considered

N/A

Additional context

Add any other context about the pull request here.

jamiehaywood commented 2 years ago

awesome thanks v. much @yusinto - thanks for your quick turnaround :)