Update e2e file

This commit is contained in:
Eric Bailey
2025-08-13 15:33:25 -05:00
committed by Samuel Newman
parent 4199aab5cc
commit 1c988e6471
+12 -5
View File
@@ -1,9 +1,16 @@
import {type ToastApi} from '#/components/Toast/types'
export function ToastOutlet() {
return null
}
export const toast: ToastApi = {
show() {},
}
export const api = () => {}
api.success = () => {}
api.wiggle = () => {}
api.error = () => {}
api.warning = () => {}
api.info = () => {}
api.promise = () => {}
api.custom = () => {}
api.loading = () => {}
api.dismiss = () => {}
export function show() {}