Skip to content

Commit afa2f29

Browse files
committed
docs(swc): add code block
1 parent 342b567 commit afa2f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/swc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ $ npm i --save-dev vitest unplugin-swc @swc/core @vitest/coverage-c8
110110

111111
#### Configuration
112112

113-
Create a vitest.config.ts file in the root directory of your application with the following contents:
113+
Create a `vitest.config.ts` file in the root directory of your application with the following content:
114114

115115
```ts
116116
import swc from 'unplugin-swc';

0 commit comments

Comments
 (0)