chore: update snapshot
This commit is contained in:
parent
4d21d27f94
commit
e97068f000
|
@ -36,7 +36,7 @@ exports[`content-rich > empty 1`] = `""`;
|
||||||
|
|
||||||
exports[`content-rich > link + mention 1`] = `
|
exports[`content-rich > link + mention 1`] = `
|
||||||
"<p>
|
"<p>
|
||||||
Happy 🤗 we’re now using
|
Happy <em-emoji native=\\"🤗\\"></em-emoji> we’re now using
|
||||||
<span class=\\"h-card\\"
|
<span class=\\"h-card\\"
|
||||||
><a
|
><a
|
||||||
class=\\"u-url mention\\"
|
class=\\"u-url mention\\"
|
||||||
|
|
|
@ -77,7 +77,7 @@ code block
|
||||||
|
|
||||||
exports[`html-parse > link + mention > html 1`] = `
|
exports[`html-parse > link + mention > html 1`] = `
|
||||||
"<p>
|
"<p>
|
||||||
Happy 🤗 we’re now using
|
Happy <em-emoji native=\\"🤗\\"></em-emoji> we’re now using
|
||||||
<span class=\\"h-card\\"
|
<span class=\\"h-card\\"
|
||||||
><a
|
><a
|
||||||
href=\\"https://mas.to/@vitest\\"
|
href=\\"https://mas.to/@vitest\\"
|
||||||
|
@ -100,4 +100,4 @@ exports[`html-parse > link + mention > html 1`] = `
|
||||||
"
|
"
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`html-parse > link + mention > text 1`] = `"Happy 🤗 we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203"`;
|
exports[`html-parse > link + mention > text 1`] = `"Happy we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203"`;
|
||||||
|
|
Loading…
Reference in a new issue