(sequence: number)
| 13 | const credentials = { apiKey: 'dd-key' } |
| 14 | |
| 15 | const meta = (sequence: number) => ({ |
| 16 | drainId: 'd1', |
| 17 | runId: 'r1', |
| 18 | source: 'workflow_logs' as const, |
| 19 | sequence, |
| 20 | rowCount: 2, |
| 21 | runStartedAt: new Date('2025-06-15T12:00:00Z'), |
| 22 | }) |
| 23 | |
| 24 | beforeEach(() => { |
| 25 | vi.clearAllMocks() |