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
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
@GarretLefler Thanks for offering to lend a hand with this issue! Unfortunately there isn't a great a way to do an end-to-end test without an account with LaunchDarkly. Its also part of the reason why #16 hasn't been completed yet.
Feel free to submit your PR and use the unit-tests as the measurement for now. I'll do some testing of your changes on my end as well.
Refactor
lib/utils.js
by abstracting out each of the functions into separate files and placed underlib
:getLocation
, I believe this was only added to allow easier mocking. We should be able to do away with this and fix the tests that relied on it.ldClientWrapper
->ldClientWrapper.js
ldOverrideFlag
->ldOverrideFlag.js
getAllFeatureFlags
->getAllFeatureFlags.js
The text was updated successfully, but these errors were encountered: