Skip to content

Commit b1b442d

Browse files
committed
chore: vite -> vitest
1 parent 83ca025 commit b1b442d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ export default defineConfig({
442442
In Vitest 4.0 snapshots that include custom elements will print the shadow root contents. To restore the previous behavior, set the [`printShadowRoot` option](/config/#snapshotformat) to `false`.
443443

444444
```js{15-22}
445-
// before Vite 4.0
445+
// before Vitest 4.0
446446
exports[`custom element with shadow root 1`] = `
447447
"<body>
448448
<div>
@@ -451,7 +451,7 @@ exports[`custom element with shadow root 1`] = `
451451
</body>"
452452
`
453453
454-
// after Vite 4.0
454+
// after Vitest 4.0
455455
exports[`custom element with shadow root 1`] = `
456456
"<body>
457457
<div>

0 commit comments

Comments
 (0)