* chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * Create lucky-poets-scream.md * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * chore(): Cleanup and organize deps * dedupe snapshot this build * split into 4 shard * re configure packages integration tests * re configure packages integration tests * re configure packages integration tests * re configure packages integration tests * update scripts * update scripts * update scripts * update scripts * update scripts * update scripts * update scripts * update scripts * reduce shard for packages
Testing
In order to manually test the flow, you can do the following:
- Register a Github App - https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app
- Go to the app, fetch the clientId and create a new clientSecret
- Replace the values in the test with your credentials
- Remove the
server.listen()call - Run the tests, get the
locationvalue from theauthenticatetest, open the browser - Once redirected, copy the
codeparam from the URL, and add it in one of thecallbacksuccess tests - Once you run the tests, you should get back an access token and so on.