| 1 | import * as React from 'react'; |
| 2 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import { act, fireEvent, render } from '@testing-library/react'; |
| 4 | import Toast from '../src/Toast'; |
nothing calls this directly
no test coverage detected