From 66b020b01834c3cef23fe5aeb3f986dff6ad63e8 Mon Sep 17 00:00:00 2001 From: Leonardo Freitas Date: Tue, 12 Sep 2023 11:12:53 -0300 Subject: [PATCH] Update swc.md update @vitest/coverage-c8 to @vitest/coverage-v8 --- content/recipes/swc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/recipes/swc.md b/content/recipes/swc.md index 24b6eec5c4..a926bbb6d2 100644 --- a/content/recipes/swc.md +++ b/content/recipes/swc.md @@ -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