MCPcopy Create free account
hub / github.com/backnotprop/plannotator / tick

Function tick

packages/ui/codeAnnotationDraftPersistence.test.tsx:136–136  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

134}
135
136const tick = (ms: number) => act(async () => new Promise((r) => setTimeout(r, ms)));
137
138async function mountSession(opts: HookOptions): Promise<Session> {
139 const host = document.createElement('div');

Callers 2

mountSessionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected