| 1 | import "../dom"; |
| 2 | import { fireEvent, waitFor } from "@testing-library/react"; |
| 3 | import { updatePersistedState } from "@/browser/hooks/usePersistedState"; |
| 4 | import { TRANSCRIPT_DENSITY_KEY, type TranscriptDensity } from "@/common/constants/storage"; |
nothing calls this directly
no test coverage detected