mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
chore: update snapshot
This commit is contained in:
parent
4d21d27f94
commit
e97068f000
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ exports[`content-rich > empty 1`] = `""`;
|
|||
|
||||
exports[`content-rich > link + mention 1`] = `
|
||||
"<p>
|
||||
Happy 🤗 we’re now using
|
||||
Happy <em-emoji native=\\"🤗\\"></em-emoji> we’re now using
|
||||
<span class=\\"h-card\\"
|
||||
><a
|
||||
class=\\"u-url mention\\"
|
||||
|
|
|
@ -77,7 +77,7 @@ code block
|
|||
|
||||
exports[`html-parse > link + mention > html 1`] = `
|
||||
"<p>
|
||||
Happy 🤗 we’re now using
|
||||
Happy <em-emoji native=\\"🤗\\"></em-emoji> we’re 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 🤗 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