From a81e8742d1887b7f591f7a9d6856ee770230004e Mon Sep 17 00:00:00 2001 From: patak Date: Thu, 19 Jan 2023 01:01:48 +0100 Subject: [PATCH] chore: remove unused snapshots --- tests/__snapshots__/html-parse.test.ts.snap | 66 --------------------- 1 file changed, 66 deletions(-) diff --git a/tests/__snapshots__/html-parse.test.ts.snap b/tests/__snapshots__/html-parse.test.ts.snap index 492b2846..d7f36a0d 100644 --- a/tests/__snapshots__/html-parse.test.ts.snap +++ b/tests/__snapshots__/html-parse.test.ts.snap @@ -92,25 +92,6 @@ exports[`html-parse > empty > html 1`] = `""`; exports[`html-parse > empty > text 1`] = `""`; -exports[`html-parse > hide mentions in context > html 1`] = ` -"

- @haoqunGreat to see this happening -

-" -`; - -exports[`html-parse > hide mentions in context > text 1`] = `"@haoqunGreat to see this happening"`; - exports[`html-parse > html entities > html 1`] = ` "

Hello <World />.

" @@ -161,50 +142,3 @@ 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 > mentions without context > html 1`] = ` -"

- @haoqunGreat to see this happening -

-" -`; - -exports[`html-parse > mentions without context > text 1`] = `"@haoqunGreat to see this happening"`; - -exports[`html-parse > show mentions in context > html 1`] = ` -"

- @haoqun - @antfuGreat to see this happening -

-" -`; - -exports[`html-parse > show mentions in context > text 1`] = `"@haoqun @antfuGreat to see this happening"`;