🚀 Feature: Also remove @vitest/coverage-istanbul in writePackageJson #759
Labels
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Milestone
Bug Report Checklist
main
branch of the repository.Overview
Right now,
devDependenciesToRemove
inwritePackageJson.ts
stores a list of packages that will be removed frompackage.json
during setup:create-typescript-app/src/steps/writing/creation/writePackageJson.ts
Lines 106 to 109 in c8bbfdb
I'd previously used the Istanbul tool for code coverage, but switched over to v8 instead (#692 -> #693). So now the
@vitest/coverage-istanbul
tool is unused. It can be removed too.Additional Info
No response
The text was updated successfully, but these errors were encountered: