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(