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

Function makeRun

apps/sim/lib/workspaces/fork/promote/rollback.test.ts:90–98  ·  view source on GitHub ↗
(overrides: Partial<Record<string, unknown>> = {})

Source from the content-addressed store, hash-verified

88}
89
90function makeRun(overrides: Partial<Record<string, unknown>> = {}) {
91 return {
92 id: 'run-1',
93 childWorkspaceId: EDGE.childWorkspaceId,
94 direction: 'push' as const,
95 snapshot: { updated: [], created: [], archived: [] },
96 ...overrides,
97 }
98}
99
100describe('rollbackFork', () => {
101 beforeEach(() => {

Callers 1

rollback.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected