fix test
This commit is contained in:
@@ -1009,7 +1009,7 @@ describe('tenorUrlToBskyGifUrl', () => {
|
|||||||
'returns url with t.gifs.bsky.app as hostname for input url',
|
'returns url with t.gifs.bsky.app as hostname for input url',
|
||||||
input => {
|
input => {
|
||||||
const out = tenorUrlToBskyGifUrl(input)
|
const out = tenorUrlToBskyGifUrl(input)
|
||||||
expect(out).toEqual(true)
|
expect(out.startsWith('https://t.gifs.bsky.app/')).toEqual(true)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user