Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 10, 2025
1 parent c170405 commit 24375b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/mocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Vitest supports mocking Vite [virtual modules](https://vitejs.dev/guide/api-plug

```ts [vitest.config.js]
import { defineConfig } from 'vitest/config'
import { resolve } from "node:path"
import { resolve } from 'node:path'
export default defineConfig({
test: {
alias: {
Expand Down

0 comments on commit 24375b9

Please sign in to comment.