update goods

This commit is contained in:
Kirill
2026-05-15 14:58:47 +05:00
parent 551c9b027c
commit be48606ae3
10 changed files with 73 additions and 881 deletions
@@ -47,8 +47,8 @@ describe('OptimizedImage', () => {
.closest('picture')
?.querySelector('source[type="image/avif"]') as HTMLSourceElement
const srcSet = avifSource?.getAttribute('srcset') ?? ''
expect(srcSet).toContain('?w=200')
expect(srcSet).toContain('?w=400')
expect(srcSet).not.toContain('?w=640')
expect(srcSet).toContain('?w=320')
expect(srcSet).toContain('?w=640')
expect(srcSet).not.toContain('?w=1024')
})
})