chore: update snapshot

This commit is contained in:
Anthony Fu 2022-12-27 19:41:01 +01:00
parent 4d21d27f94
commit e97068f000
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ exports[`content-rich > empty 1`] = `""`;
exports[`content-rich > link + mention 1`] = `
"<p>
Happy 🤗 were now using
Happy <em-emoji native=\\"🤗\\"></em-emoji> were now using
<span class=\\"h-card\\"
><a
class=\\"u-url mention\\"

View file

@ -77,7 +77,7 @@ code block
exports[`html-parse > link + mention > html 1`] = `
"<p>
Happy 🤗 were now using
Happy <em-emoji native=\\"🤗\\"></em-emoji> were now using
<span class=\\"h-card\\"
><a
href=\\"https://mas.to/@vitest\\"
@ -100,4 +100,4 @@ exports[`html-parse > link + mention > html 1`] = `
"
`;
exports[`html-parse > link + mention > text 1`] = `"Happy 🤗 were now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203"`;
exports[`html-parse > link + mention > text 1`] = `"Happy were now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203"`;