From 9d178c7e155dc7d7a2b96ec89b20008a22ac1784 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 3 Apr 2023 12:11:06 -0500 Subject: Fix unit tests (#377) * Fix unit tests * Remove excess lint and prettier checks from gh actions --- __tests__/lib/link-meta.test.ts | 3 --- 1 file changed, 3 deletions(-) (limited to '__tests__') diff --git a/__tests__/lib/link-meta.test.ts b/__tests__/lib/link-meta.test.ts index 8af14628e..f0ca7a9d4 100644 --- a/__tests__/lib/link-meta.test.ts +++ b/__tests__/lib/link-meta.test.ts @@ -73,13 +73,10 @@ describe('getLinkMeta', () => { { likelyType: LikelyType.AtpData, url: '/', - title: 'Bluesky', - description: 'A new kind of social network', }, { likelyType: LikelyType.AtpData, url: '/index.html', - title: 'Not found', }, { likelyType: LikelyType.Other, -- cgit 1.4.1