From 73432989a9ecd3884f7d06aa997dbd8f8484c44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Fri, 10 Jan 2025 16:47:27 +0800 Subject: [PATCH] test: fix test case --- tests/portal.spec.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/portal.spec.tsx b/tests/portal.spec.tsx index c78236eb..4079cbc7 100644 --- a/tests/portal.spec.tsx +++ b/tests/portal.spec.tsx @@ -20,7 +20,7 @@ describe('Dialog.Portal', () => { it('event should bubble', () => { const onClose = jest.fn(); - const { container } = render( + render(