MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / flushAsyncWork

Function flushAsyncWork

packages/app-core/src/store.test.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81async function flushAsyncWork(): Promise<void> {
82 await new Promise((resolve) => window.setTimeout(resolve, 0))
83}
84
85function deferred<T>(): {
86 promise: Promise<T>

Callers 1

store.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected