update goods
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user