()
| 67 | }); |
| 68 | |
| 69 | const chunk = (): IReplayPayload => ({ |
| 70 | chunk_index: 0, |
| 71 | events_count: 1, |
| 72 | is_full_snapshot: true, |
| 73 | started_at: '2026-06-08T12:00:00.000Z', |
| 74 | ended_at: '2026-06-08T12:00:01.000Z', |
| 75 | payload: '[]', |
| 76 | }); |
| 77 | |
| 78 | describe('handleReplay', () => { |
| 79 | beforeEach(() => { |
no outgoing calls
no test coverage detected