| 1 | import { beforeEach, describe, expect, test } from "vitest"; |
| 2 | import { EMPTY_OBJECT } from "../../src/constants"; |
| 3 | import type { Align } from "../types"; |
| 4 | import { setScrollbarSizeForTests } from "../utils/getScrollbarSize"; |
nothing calls this directly
no test coverage detected