Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/svecosystem/runed
/ use-debounce.test.svelte.ts
File
use-debounce.test.svelte.ts
packages/runed/src/lib/utilities/use-debounce/use-debounce.test.svelte.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, vi } from
"vitest"
;
2
import
{ useDebounce } from
"./use-debounce.svelte.js"
;
3
import
{ testWithEffect } from
"$lib/test/util.svelte.js"
;
4
Callers
nothing calls this directly
Calls
4
testWithEffect
Function · 0.85
useDebounce
Function · 0.85
debounced
Function · 0.85
cancel
Method · 0.45
Tested by
no test coverage detected