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