(promise: Promise<unknown>)
| 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' }]) |