From a42426e5a190cd0e62add94aed17780a3275260b Mon Sep 17 00:00:00 2001 From: yssk22 Date: Thu, 27 Jun 2024 19:52:39 +0900 Subject: [PATCH] Update expo/features/root/internals/protected/stack/index.test.tsx --- expo/features/root/internals/protected/stack/index.test.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/expo/features/root/internals/protected/stack/index.test.tsx b/expo/features/root/internals/protected/stack/index.test.tsx index 9d16c2af..9ea459e8 100644 --- a/expo/features/root/internals/protected/stack/index.test.tsx +++ b/expo/features/root/internals/protected/stack/index.test.tsx @@ -73,8 +73,4 @@ test('stack', async () => { // fireEvent.press(buttonToScreenWithParams); // }); - // text = await rendered.findByText('ScreenWithParams'); - // expect(text).toBeTruthy(); - // text = await rendered.findByText('param1=10'); - // expect(text).toBeTruthy(); });