about summary refs log tree commit diff
path: root/src/components/Toast/index.e2e.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Toast/index.e2e.tsx')
-rw-r--r--src/components/Toast/index.e2e.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/Toast/index.e2e.tsx b/src/components/Toast/index.e2e.tsx
new file mode 100644
index 000000000..57daf5bf0
--- /dev/null
+++ b/src/components/Toast/index.e2e.tsx
@@ -0,0 +1,5 @@
+export function ToastContainer() {
+  return null
+}
+
+export function show() {}