| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import ModalManager from '@restart/ui/ModalManager'; |
| 3 | import { injectCss } from './helpers'; |
| 4 | import BootstrapModalManager, { |
nothing calls this directly
no test coverage detected