Skip to content

Commit

Permalink
Merge pull request #2859 from leonardfreitas/patch-1
Browse files Browse the repository at this point in the history
Update swc.md: @vitest/coverage-c8 to @vitest/coverage-v8
  • Loading branch information
kamilmysliwiec authored Sep 13, 2023
2 parents adf6f3e + 66b020b commit ed436d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/recipes/swc.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ If you use NestJS CLI Plugins in your project, you'll have to run `PluginMetadat
To get started, first install the required packages:

```bash
$ npm i --save-dev vitest unplugin-swc @swc/core @vitest/coverage-c8
$ npm i --save-dev vitest unplugin-swc @swc/core @vitest/coverage-v8
```

#### Configuration
Expand Down

0 comments on commit ed436d8

Please sign in to comment.