2022-11-25 08:25:56 +00:00
|
|
|
|
// Vitest Snapshot v1
|
|
|
|
|
|
2022-11-25 21:21:44 +00:00
|
|
|
|
exports[`content-rich > code frame 1`] = `
|
2022-11-25 08:56:14 +00:00
|
|
|
|
"<p>Testing code block</p>
|
|
|
|
|
<pre lang=\\"ts\\">
|
|
|
|
|
import { useMouse, usePreferredDark } from '@vueuse/core'
|
|
|
|
|
// tracks mouse position
|
|
|
|
|
const { x, y } = useMouse()
|
|
|
|
|
// is the user prefers dark theme
|
|
|
|
|
const isDark = usePreferredDark()</pre
|
|
|
|
|
>
|
|
|
|
|
<p></p>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2022-11-25 21:21:44 +00:00
|
|
|
|
exports[`content-rich > custom emoji 1`] = `
|
2022-11-25 08:56:14 +00:00
|
|
|
|
"Daniel Roe
|
|
|
|
|
<img
|
|
|
|
|
src=\\"https://media.mas.to/masto-public/cache/custom_emojis/images/000/288/667/original/c96ba3cb0e0e1eac.png\\"
|
|
|
|
|
alt=\\"nuxt\\"
|
|
|
|
|
class=\\"custom-emoji\\"
|
|
|
|
|
/>
|
|
|
|
|
"
|
|
|
|
|
`;
|
|
|
|
|
|
2022-11-25 21:21:44 +00:00
|
|
|
|
exports[`content-rich > empty 1`] = `""`;
|
2022-11-25 08:56:14 +00:00
|
|
|
|
|
2022-11-25 21:21:44 +00:00
|
|
|
|
exports[`content-rich > link + mention 1`] = `
|
2022-11-25 08:56:14 +00:00
|
|
|
|
"<p>
|
|
|
|
|
Happy 🤗 we’re now using
|
|
|
|
|
<span class=\\"h-card\\"
|
|
|
|
|
><a
|
|
|
|
|
class=\\"u-url mention\\"
|
|
|
|
|
rel=\\"nofollow noopener noreferrer\\"
|
|
|
|
|
to=\\"/@vitest@mas.to\\"
|
|
|
|
|
></a
|
|
|
|
|
></span>
|
|
|
|
|
(migrated from chai+mocha)
|
|
|
|
|
<a
|
|
|
|
|
href=\\"https://github.com/ayoayco/astro-reactive-library/pull/203\\"
|
|
|
|
|
rel=\\"nofollow noopener noreferrer\\"
|
|
|
|
|
target=\\"_blank\\"
|
|
|
|
|
><span class=\\"invisible\\">https://</span
|
|
|
|
|
><span class=\\"ellipsis\\">github.com/ayoayco/astro-react</span
|
|
|
|
|
><span class=\\"invisible\\">ive-library/pull/203</span></a
|
|
|
|
|
>
|
|
|
|
|
</p>
|
|
|
|
|
"
|
2022-11-25 08:25:56 +00:00
|
|
|
|
`;
|