Harry Martland
Harry Martland
I managed to set this up with KataCoda. Not sure if this will fit nicely in this project as KataCoda requires a specific structure. [Demo](https://www.katacoda.com/harryemartland/scenarios/kata-bootstraps-js-mocha) [Demo Source](https://github.com/HarryEMartland/katacoda-scenarios/tree/master/kata-bootstraps-js-mocha)
I have had the same issue. The link in the .md file looks to be asking for port 80 but when I click on it in the tutorial it takes...
Would it be easier to change the commands to set the port to 8080?
@dougwilson sorry I must have missed a notification adding the tags. When you say needs tests what kind of tests would you be looking for? Thanks
If someone could give me some pointers on how to test this I would greatly appreciate it. The issue is only really noticeable if a request takes a decent amount...
HI @255kb, I am going to spend a bit more time this week on this. :)
If you add an empty config object you can get round this issue e.g. `client.get('favorites/list', {}).then((tweet) => { console.log(tweet); });`
Hey @wankdanker what are your thoughts on this? 😊