You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To facilitate testing, we should separate out lookAtPrs into multiple separate functions that perform single tasks, possibly into separate files as well.
I'd personally suggest Jest as a framework as it's easy to pick up, and we could use Travis to run the tests before allowing the PR to be merged.
In addition, we could clean up the code by moving to using async functions and awaiting promises instead of using .then, for example changing this:
We should run tests on every PR, before Chaosbot can merge them.
The text was updated successfully, but these errors were encountered: