Skip to content

Commit e24783e

Browse files
committed
fix type warning
1 parent d70211d commit e24783e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/observe.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ test("should convert options to id", () => {
3939
threshold: 0,
4040
// @ts-expect-error
4141
trackVisibility: true,
42-
// @ts-expect-error
4342
delay: 500,
4443
}),
4544
).toMatchInlineSnapshot(`"delay_500,threshold_0,trackVisibility_true"`);

0 commit comments

Comments
 (0)