Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ debounce.test.ts
File
debounce.test.ts
site/src/hooks/debounce.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ act, renderHook } from
"@testing-library/react"
;
2
import
{ useDebouncedFunction, useDebouncedValue } from
"./debounce"
;
3
4
beforeAll(() => {
Callers
nothing calls this directly
Calls
2
renderDebouncedValue
Function · 0.85
renderDebouncedFunction
Function · 0.85
Tested by
no test coverage detected