Skip to content

Commit 9f3bb1f

Browse files
Update content/recipes/swc.md
1 parent f4c150e commit 9f3bb1f

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
@@ -332,7 +332,7 @@ export default defineConfig({
332332
});
333333
```
334334

335-
### Handling Path Aliases in Vitest
335+
### Path aliases
336336

337337
Unlike Jest, Vitest does not automatically resolve TypeScript path aliases like `src/`. This may lead to dependency resolution errors during testing. To resolve this issue, add the following `resolve.alias` configuration in your `vitest.config.ts` file:
338338

0 commit comments

Comments
 (0)