// Vitest Snapshot v1 exports[`content-rich > 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[`content-rich > code frame 2 1`] = ` "

Testing

const a = hello

" `; exports[`content-rich > code frame empty 1`] = `"


"`; exports[`content-rich > code frame no lang 1`] = `"

hello world

no lang

"`; exports[`content-rich > custom emoji 1`] = ` "Daniel Roe \\":nuxt:\\" " `; exports[`content-rich > empty 1`] = `""`; exports[`content-rich > link + mention 1`] = ` "

Happy 🤗 we’re now using (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203

" `;