🧪 Testing: Fill in unit test coverage for workflows.ts #875
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
Splitting out of #869: the
createWorkflows
function insidedotGitHub
is not currently unit tested. I'd love to see some unit tests added for it!https://app.codecov.io/gh/JoshuaKGoldberg/create-typescript-app/blob/094b253411168038a2c7585e5172f8b773c18ea2/src%2Fsteps%2Fwriting%2Fcreation%2FdotGitHub%2Fworkflows.ts
For reference of similar unit tests, you can search for
satisfies Options
. Be sure to read the.github/DEVELOPMENT.md
file for docs on how this repo can be worked on! 😉Additional Info
Codecov reports that the function has some test coverage. That's because the function is run by the end-to-end tests. But there's not yet a
workflows.test.ts
file that unit tests its details.The text was updated successfully, but these errors were encountered: