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