Skip to content

Commit

Permalink
Update swc.md update @vitest/coverage-c8 to @vitest/coverage-v8
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfreitas authored Sep 12, 2023
1 parent adf6f3e commit 66b020b
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 66b020b

Please sign in to comment.