| 1 | import { act, renderHook } from '@testing-library/react-hooks'; |
| 2 | import { scrollbarWidth } from '@xobotyi/scrollbar-width'; |
| 3 | import { useScrollbarWidth } from '../src'; |
| 4 | import { replaceRaf } from 'raf-stub'; |
nothing calls this directly
no test coverage detected