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

Function mockDBFailure

apps/sim/executor/handlers/agent/agent-handler.test.ts:2045–2047  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2043 }
2044
2045 function mockDBFailure() {
2046 mockGetCustomToolById.mockRejectedValue(new Error('DB connection failed'))
2047 }
2048
2049 beforeEach(() => {
2050 Object.defineProperty(global, 'window', {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected