10 lines
643 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`codepenPlugin > should not work 1`] = `
"<CodePenViewer title="Code Pen" tab="result" width="100%" height="400px" user="" /><p>@[codepen]xxx</p>
<p>@[codepen preview](</p>
"
`;
exports[`codepenPlugin > should work 1`] = `"<CodePenViewer title="Code Pen" tab="result" width="100%" height="400px" user="user" slash="slash" /><CodePenViewer title="Code Pen" tab="result" width="100%" height="400px" user="user" slash="slash" preview /><CodePenViewer title="codepen" tab="css,result" width="100%" height="400px" user="user" slash="slash" preview editable theme="dark" />"`;