This commit is contained in:
Hailey
2025-06-26 09:46:41 -07:00
parent 1785a5ab4f
commit 131e661b01
+1 -1
View File
@@ -1009,7 +1009,7 @@ describe('tenorUrlToBskyGifUrl', () => {
'returns url with t.gifs.bsky.app as hostname for input url',
input => {
const out = tenorUrlToBskyGifUrl(input)
expect(out).toEqual(true)
expect(out.startsWith('https://t.gifs.bsky.app/')).toEqual(true)
},
)
})