Skip to content

Commit 36e236a

Browse files
authored
feat: Add @vitest/coverage-istanbul to devDependenciesToRemove (#885)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #759 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Added package `@vitest/coverage-istanbul` to devDependenciestoRemove as requested in #759
1 parent e199ea9 commit 36e236a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/steps/writing/creation/writePackageJson.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const devDependenciesToRemove = [
88
"@babel/preset-react",
99
"@babel/preset-typescript",
1010
"@swc/jest",
11+
"@vitest/coverage-istanbul",
1112
"ava",
1213
"babel-jest",
1314
"commitlint",

0 commit comments

Comments
 (0)