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

Function createUpdateChain

apps/sim/lib/workflows/lifecycle.test.ts:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61function createUpdateChain() {
62 return {
63 set: vi.fn().mockReturnValue({
64 where: vi.fn().mockResolvedValue([]),
65 }),
66 }
67}
68
69describe('workflow lifecycle', () => {
70 beforeEach(() => {

Callers 1

lifecycle.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected