We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70211d commit e24783eCopy full SHA for e24783e
src/__tests__/observe.test.ts
@@ -39,7 +39,6 @@ test("should convert options to id", () => {
39
threshold: 0,
40
// @ts-expect-error
41
trackVisibility: true,
42
- // @ts-expect-error
43
delay: 500,
44
}),
45
).toMatchInlineSnapshot(`"delay_500,threshold_0,trackVisibility_true"`);
0 commit comments