🛠 Tooling: Add more unit testing around src/setup #471
Labels
area: testing
Improving how the repository's tests are run and/or code is tested
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
#469 added a bunch of code under
src/setup/
. But it didn't completely unit test everything! Shame on me. 😄I'm filing this tracking issue for adding more unit test coverage to files in that folder. Accepting PRs that add any amount of tests - you don't have to unit test everything. In fact, I'd recommend starting with simpler functions first.
Additional Info
Tip: for the more complex functions, see how other more-complex functions are tested.
It may not be worth unit testing
src/setup/index.ts
itself or the other more complex functions. 100% unit test coverage can be an annoying metric to go for.This is a sibling issue to #447.
The text was updated successfully, but these errors were encountered: