| 1 | import { act, cleanup, fireEvent, render, screen, waitFor } from '@testing-library/react'; |
| 2 | import { afterEach, describe, expect, it } from 'vitest'; |
| 3 | import { ConfirmationHost } from './ConfirmationHost'; |
| 4 | import { registerConfirmationHandler, requestConfirmation } from '../../utils/confirmation'; |
nothing calls this directly
no test coverage detected