Skip to content

Commit

Permalink
add eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Mar 22, 2024
1 parent 9506279 commit bb2c453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/replay/test/utils/getTestEvent.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line deprecation/deprecation
import type { ReplayEventType, ReplayEventWithTime } from '../../src';
import { ReplayEventTypeFullSnapshot, ReplayEventTypeIncrementalSnapshot } from '../../src/types';

Expand All @@ -8,7 +9,9 @@ export function getTestEvent({
}: {
timestamp: number;
data?: any;
// eslint-disable-next-line deprecation/deprecation
type: ReplayEventType;
// eslint-disable-next-line deprecation/deprecation
}): ReplayEventWithTime {
return {
data: data || {},
Expand Down

0 comments on commit bb2c453

Please sign in to comment.