Skip to content

Commit

Permalink
feat: Add @vitest/coverage-istanbul to devDependenciesToRemove (#885)
Browse files Browse the repository at this point in the history
<!-- 馃憢 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
  • Loading branch information
jaas666 committed Sep 24, 2023
1 parent e199ea9 commit 36e236a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steps/writing/creation/writePackageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const devDependenciesToRemove = [
"@babel/preset-react",
"@babel/preset-typescript",
"@swc/jest",
"@vitest/coverage-istanbul",
"ava",
"babel-jest",
"commitlint",
Expand Down

0 comments on commit 36e236a

Please sign in to comment.