You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/migration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,7 +442,7 @@ export default defineConfig({
442
442
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`.
443
443
444
444
```js{15-22}
445
-
// before Vite 4.0
445
+
// before Vitest 4.0
446
446
exports[`custom element with shadow root 1`] = `
447
447
"<body>
448
448
<div>
@@ -451,7 +451,7 @@ exports[`custom element with shadow root 1`] = `
0 commit comments