import { getScrollBarSize } from "../get-scrollbar-size"; test("getScrollbarSize", () => { expect(getScrollBarSize()).not.toBe(NaN); });