about summary refs log tree commit diff
path: root/__tests__
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-03 12:11:06 -0500
committerGitHub <noreply@github.com>2023-04-03 12:11:06 -0500
commit9d178c7e155dc7d7a2b96ec89b20008a22ac1784 (patch)
tree8ae2457b2005a7714603a538d20c0187becbd3b4 /__tests__
parent70abcc48b89a330f1f77f5f43d3be58a4fe1193e (diff)
downloadvoidsky-9d178c7e155dc7d7a2b96ec89b20008a22ac1784.tar.zst
Fix unit tests (#377)
* Fix unit tests

* Remove excess lint and prettier checks from gh actions
Diffstat (limited to '__tests__')
-rw-r--r--__tests__/lib/link-meta.test.ts3
1 files changed, 0 insertions, 3 deletions
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,