From 01d3d1310ba9a9332ff0dbfbdd76f79e545bc383 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 26 Aug 2025 16:05:12 -0500 Subject: [PATCH] Provide all exports to e2e file --- src/components/Toast/index.e2e.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/Toast/index.e2e.tsx b/src/components/Toast/index.e2e.tsx index 357bd8dda9..a4056323dd 100644 --- a/src/components/Toast/index.e2e.tsx +++ b/src/components/Toast/index.e2e.tsx @@ -1,3 +1,11 @@ +export const DURATION = 0 + +export const Action = () => null +export const Icon = () => null +export const Outer = () => null +export const Text = () => null +export const ToastConfigProvider = () => null + export function ToastOutlet() { return null }