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 9daf426 commit 090d1d1Copy full SHA for 090d1d1
1 file changed
packages/plugin-calendar/src/CalendarView.test.tsx
@@ -26,7 +26,7 @@ if (!global.PointerEvent) {
26
this.shiftKey = props.shiftKey || false;
27
}
28
29
- // @ts-ignore
+ // @ts-expect-error Mocking global PointerEvent
30
global.PointerEvent = PointerEvent as any;
31
32
0 commit comments