Refactor `lib/utils.js` by abstracting out each of the functions into separate files and placed under `lib`: - `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`
Refactor
lib/utils.jsby 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.jsldOverrideFlag->ldOverrideFlag.jsgetAllFeatureFlags->getAllFeatureFlags.js