dommilosz / minecraft-auth

30 stars 3 forks source link

Fix microsoft auth server tests #26

Closed CordonZeus22 closed 9 months ago

CordonZeus22 commented 9 months ago

I have rewrited the tests for microsoftAuth using jest.fn for callbacks and jest promise API for promises. This made the tests more clear and compact. I have also added the abort option to the listenForCode function to add the possibility to close the server without waiting for code or timeout.