// Vitest Snapshot v1 exports[`rich-content > code frame 1`] = ` "
Testing code block
import { useMouse, usePreferredDark } from '@vueuse/core'
// tracks mouse position
const { x, y } = useMouse()
// is the user prefers dark theme
const isDark = usePreferredDark()
"
`;
exports[`rich-content > custom emoji 1`] = `
"Daniel Roe
"
`;
exports[`rich-content > empty 1`] = `""`;
exports[`rich-content > link + mention 1`] = `
"Happy 🤗 we’re now using (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203
" `;