| 1 | import { Component, createRef, type PropsWithChildren } from "react"; |
| 2 | import { createRoot } from "react-dom/client"; |
| 3 | import { act } from "react-dom/test-utils"; |
| 4 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
nothing calls this directly
no test coverage detected