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:
parent
7850e8df3b
commit
89bfdf5474
@ -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')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user