Skip to content

Commit bb2c453

Browse files
committed
add eslint-disable
1 parent 9506279 commit bb2c453

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/replay/test/utils/getTestEvent.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line deprecation/deprecation
12
import type { ReplayEventType, ReplayEventWithTime } from '../../src';
23
import { ReplayEventTypeFullSnapshot, ReplayEventTypeIncrementalSnapshot } from '../../src/types';
34

@@ -8,7 +9,9 @@ export function getTestEvent({
89
}: {
910
timestamp: number;
1011
data?: any;
12+
// eslint-disable-next-line deprecation/deprecation
1113
type: ReplayEventType;
14+
// eslint-disable-next-line deprecation/deprecation
1215
}): ReplayEventWithTime {
1316
return {
1417
data: data || {},

0 commit comments

Comments
 (0)