solid-cli
solid-cli copied to clipboard
Prevent case that login search string is empty
Might prevent a situation like https://github.com/solid/solid-cli/issues/8
Ok, I simply throw an error instead.
I'm going to add a test case, using jest.
const request = https.request(options);
isn't easy to mock using jest-fetch mock, would you mind I refactor it to node-fetch?
I think that should be fine @linonetwo