From cc00102f1818d63c15e350f16aeb84b675e6ef1a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 12 Aug 2025 20:14:07 -0500 Subject: [PATCH] Rm test check, unnecessary --- src/components/Toast/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Toast/index.tsx b/src/components/Toast/index.tsx index 131a796b3f..844d7f900f 100644 --- a/src/components/Toast/index.tsx +++ b/src/components/Toast/index.tsx @@ -33,10 +33,6 @@ export function ToastContainer() { export const toast: ToastApi = { show(props) { - if (process.env.NODE_ENV === 'test') { - return - } - AccessibilityInfo.announceForAccessibility(props.a11yLabel) const item = new RootSiblings(