Skip to content

Commit

Permalink
remove some comments, these cannot be tested as-is
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Borcsik committed Nov 11, 2024
1 parent e5df23e commit 45e13c4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/__tests__/extensions/replay/sessionrecording.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2199,8 +2199,6 @@ describe('SessionRecording', () => {
$snapshot_data: [
{ type: 3, data: { source: 1 } },
{ type: 3, data: { source: 2 } },
// This should be in the buffer
// { type: 5, data: { tag: 'recording paused', payload: { reason: 'url blocker' } } },
],
},
expect.any(Object)
Expand All @@ -2227,11 +2225,6 @@ describe('SessionRecording', () => {
type: 3,
data: { source: 5 },
}),
// Resume data is not in the buffer?
// expect.objectContaining({
// type: 5,
// data: { tag: 'recording paused', payload: { reason: 'url blocker' } },
// })
])
})
})
Expand Down

0 comments on commit 45e13c4

Please sign in to comment.