🧪 Testing: Fill in unit tests! #2
Labels
area: testing
Improving how the repository's tests are run and/or code is tested
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
The initial commit for this repo has approximately zero unit test coverage 😄:
Let's add tests!
Additional Info
I'm pretty flexible here: as long as the test runs
githubSponsorsToMarkdown
and asserts the results look reasonable, I'm generally happy. The one trick is that the unit tests should not make network calls. They'll need to mock out the network call done byawait graphqlWithAuth
in some way, such as with avitest
module mock.The text was updated successfully, but these errors were encountered: