MCPcopy Create free account
hub / github.com/tinyplex/tinybase / createTestSynchronizer

Function createTestSynchronizer

test/unit/core/ui-solid/primitives.test.ts:185–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183 ({destroy: vi.fn()}) as unknown as TestPersister;
184
185const createTestSynchronizer = () =>
186 ({destroy: vi.fn()}) as unknown as TestSynchronizer;
187
188const renderPrimitive = (primitive: () => void) => {
189 return createRoot((dispose) => {

Callers 1

primitives.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…