From 8bd93722e2ec9c4202cb5a488bfaa0dcfd0ec989 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 27 Dec 2022 20:20:07 +0100 Subject: [PATCH] chore: update snapshot --- tests/__snapshots__/html-parse.test.ts.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/__snapshots__/html-parse.test.ts.snap b/tests/__snapshots__/html-parse.test.ts.snap index 435c9c24..a6284fc8 100644 --- a/tests/__snapshots__/html-parse.test.ts.snap +++ b/tests/__snapshots__/html-parse.test.ts.snap @@ -52,7 +52,7 @@ exports[`html-parse > custom emoji > html 1`] = ` " `; -exports[`html-parse > custom emoji > text 1`] = `"Daniel Roe :nuxt:"`; +exports[`html-parse > custom emoji > text 1`] = `"Daniel Roe :nuxt:"`; exports[`html-parse > empty > html 1`] = `""`; @@ -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"`;