MCPcopy
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

1import { describe, expect, vi } from "vitest";
2import { useDebounce } from "./use-debounce.svelte.js";
3import { testWithEffect } from "$lib/test/util.svelte.js";
4

Callers

nothing calls this directly

Calls 4

testWithEffectFunction · 0.85
useDebounceFunction · 0.85
debouncedFunction · 0.85
cancelMethod · 0.45

Tested by

no test coverage detected