MCPcopy Index your code
hub / github.com/simstudioai/sim / runIgnoringReadBack

Function runIgnoringReadBack

apps/sim/lib/knowledge/service.test.ts:139–139  ·  view source on GitHub ↗
(promise: Promise<unknown>)

Source from the content-addressed store, hash-verified

137 // the call rejects after the transaction body commits. These tests assert the
138 // in-transaction binding statements, then swallow that read-back rejection.
139 const runIgnoringReadBack = (promise: Promise<unknown>) => promise.catch(() => undefined)
140
141 it('re-points file ownership bindings to the new workspace on a move', async () => {
142 dbChainMockFns.limit.mockResolvedValueOnce([{ workspaceId: 'ws-current', userId: 'u-1' }])

Callers 1

service.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected