Skip to content

Commit e599f69

Browse files
committed
chore: fix line number
1 parent 76213fe commit e599f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/scaling-up/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ In a Vite-based Vue project, run:
310310

311311
Next, update the Vite configuration to add the `test` option block:
312312

313-
```js{6-12} [vite.config.js]
313+
```js{5-11} [vite.config.js]
314314
import { defineConfig } from 'vite'
315315
316316
export default defineConfig({

0 commit comments

Comments
 (0)