chore: update snapshots

This commit is contained in:
patak 2023-01-07 23:53:40 +01:00
parent 3dc20ea2f9
commit 39034c5777
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
// Vitest Snapshot v1
exports[`content-rich > code frame 1`] = `
"<p>Testing code block</p><p><pre lang=\\"ts\\">import { useMouse, usePreferredDark } from &#39;@vueuse/core&#39;
"<p>Testing code block</p><p></p><p><pre lang=\\"ts\\">import { useMouse, usePreferredDark } from &#39;@vueuse/core&#39;
// tracks mouse position
const { x, y } = useMouse()
// is the user prefers dark theme