Skip to content

Commit 235d535

Browse files
committed
chore: update unit test
1 parent cae9855 commit 235d535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/image/__test__/image.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test('image position test', () => {
3535

3636
test('image round test', () => {
3737
const { container } = render(
38-
<Image src={src} width="100" height="100" radius="50%" lazy />
38+
<Image src={src} width="100" height="100" radius="50%" />
3939
)
4040
expect(container.querySelector('.nut-image')).toHaveAttribute(
4141
'style',

0 commit comments

Comments
 (0)