| 1 | import { act, type RenderHookResult, renderHook } from '@testing-library/react'; |
| 2 | import { describe, expect, test, vi } from 'vitest'; |
| 3 | import { sleep } from '../../utils/testingHelpers'; |
| 4 | import useDebounceEffect from '../index'; |
nothing calls this directly
no test coverage detected