ga-lite
ga-lite copied to clipboard
Test coverage for SSR / node.js compatibility
#86 indicated that this library might be used in non-browser environments.
It should be pretty straightforward to make this library also node-compatible. This should be covered by some test cases too. Perhaps use supertest for mocking the actual endpoint?
This issue will most likely become much easier after node.js starts supporting fetch natively nodejs/node#41749