We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae9855 commit 235d535Copy full SHA for 235d535
src/packages/image/__test__/image.spec.tsx
@@ -35,7 +35,7 @@ test('image position test', () => {
35
36
test('image round test', () => {
37
const { container } = render(
38
- <Image src={src} width="100" height="100" radius="50%" lazy />
+ <Image src={src} width="100" height="100" radius="50%" />
39
)
40
expect(container.querySelector('.nut-image')).toHaveAttribute(
41
'style',
0 commit comments