You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add example unit tests for how to test with the JavaScript SDK.
Possible ideas:
have the user implement a separate feature repository to fetch features (e.g. featureRepository.getFeatures() and set those in the SDK with setFeatures() or passed into the Context constructor. this allows the user to create a mock of the feature repository's getFeatures() method.
The text was updated successfully, but these errors were encountered:
Add example unit tests for how to test with the JavaScript SDK.
Possible ideas:
featureRepository.getFeatures()
and set those in the SDK withsetFeatures()
or passed into the Context constructor. this allows the user to create a mock of the feature repository'sgetFeatures()
method.The text was updated successfully, but these errors were encountered: