Fix unit tests (#377)
* Fix unit tests * Remove excess lint and prettier checks from gh actions
This commit is contained in:
parent
70abcc48b8
commit
9d178c7e15
4 changed files with 6 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue