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

Function basePayload

apps/sim/lib/table/delete-runner.test.ts:53–55  ·  view source on GitHub ↗
(overrides = {})

Source from the content-addressed store, hash-verified

51const cutoff = new Date('2026-06-05T00:00:00Z')
52
53function basePayload(overrides = {}) {
54 return { jobId: 'job_1', tableId: 'tbl_1', workspaceId: 'ws_1', cutoff, ...overrides }
55}
56
57describe('runTableDelete', () => {
58 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected