From e97068f00058d60a43c2d1ef1e47d9d0bb2d6053 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 27 Dec 2022 19:41:01 +0100 Subject: [PATCH] chore: update snapshot --- tests/__snapshots__/content-rich.test.ts.snap | 2 +- tests/__snapshots__/html-parse.test.ts.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/__snapshots__/content-rich.test.ts.snap b/tests/__snapshots__/content-rich.test.ts.snap index bbf017ab..e766bf95 100644 --- a/tests/__snapshots__/content-rich.test.ts.snap +++ b/tests/__snapshots__/content-rich.test.ts.snap @@ -36,7 +36,7 @@ exports[`content-rich > empty 1`] = `""`; exports[`content-rich > link + mention 1`] = ` "

- Happy 🤗 we’re now using + Happy we’re now using link + mention > html 1`] = ` "

- Happy 🤗 we’re now using + Happy we’re now using 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"`;