We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342b567 commit afa2f29Copy full SHA for afa2f29
content/recipes/swc.md
@@ -110,7 +110,7 @@ $ npm i --save-dev vitest unplugin-swc @swc/core @vitest/coverage-c8
110
111
#### Configuration
112
113
-Create a vitest.config.ts file in the root directory of your application with the following contents:
+Create a `vitest.config.ts` file in the root directory of your application with the following content:
114
115
```ts
116
import swc from 'unplugin-swc';
0 commit comments