update goods

This commit is contained in:
Kirill
2026-05-15 14:43:26 +05:00
parent 48dc9de456
commit 551c9b027c
35 changed files with 12 additions and 8 deletions
@@ -41,7 +41,7 @@ describe('OptimizedImage', () => {
})
it('respects custom widths', () => {
render(<OptimizedImage src="/uploads/abc123.png" alt="test" widths={[200, 400]} />)
render(<OptimizedImage src="/uploads/abc123.png" alt="test" widths={[320, 640]} />)
const avifSource = screen
.getByAltText('test')
.closest('picture')