MCPcopy 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

1import { act, renderHook } from "@testing-library/react";
2import { useDebouncedFunction, useDebouncedValue } from "./debounce";
3
4beforeAll(() => {

Callers

nothing calls this directly

Calls 2

renderDebouncedValueFunction · 0.85
renderDebouncedFunctionFunction · 0.85

Tested by

no test coverage detected