mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(post menu): update Yandex reverse image parameter
This commit is contained in:
@@ -216,7 +216,7 @@ describe('PostMenuDesktop', () => {
|
||||
expect(hrefs).toEqual(
|
||||
expect.arrayContaining([
|
||||
'https://lens.google.com/uploadbyurl?url=https://cdn.example/image.png',
|
||||
'https://www.yandex.com/images/search?img_url=https://cdn.example/image.png&rpt=imageview',
|
||||
'https://www.yandex.com/images/search?url=https://cdn.example/image.png&rpt=imageview',
|
||||
'https://saucenao.com/search.php?url=https://cdn.example/image.png',
|
||||
]),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user