1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-28 01:32:15 +01:00

remove google and github mentions

This commit is contained in:
Albatroz Jeremias 2021-08-20 11:17:38 +01:00 committed by GitHub
parent 7850e8df3b
commit 89bfdf5474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,17 +89,17 @@ describe('ImageViewer', () => {
currentIndex: 0,
mediaList: [
{
url: 'http://github.com'
url: 'http://joinmastodon.org'
},
{
url: 'http://google.com'
url: 'http://fuckoffgoogle.de'
}
]
})
})
it('should return url', () => {
const url = store.getters['ImageViewer/imageURL']
expect(url).toEqual('http://github.com')
expect(url).toEqual('http://joinmastodon.org')
})
})
})