ColeWalker / twitch-graphql

A GraphQL wrapper for the twitch api
MIT License
14 stars 2 forks source link

fix: fix slow auth tests #142

Closed CodeItQuick closed 3 years ago

CodeItQuick commented 3 years ago

You mentioned on stream the speed of your tests, this PR fixes the auth test to be "fast". I'm not sure how you think/feel about these changes, please comment below.

I believe the test still tests the endpoint in my opinion, and now runs in 16 ms through wallaby.js on my machine...

fix #140

CodeItQuick commented 3 years ago

Current Status: Github secrets are whats preventing the tests from running properly, need to rework something.