Jacob Moretti
Jacob Moretti
The current addition of `identify` via the exported `utils` is a bit cumbersome to setup and doesn't really follow the same flow when working with the component helpers. In an...
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...
We should add a code coverage report to determine whats missing and maintain a minimum threshold of coverage percentage.