We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 067c175 + 090d1d1 commit 1088690Copy full SHA for 1088690
packages/plugin-calendar/src/CalendarView.test.tsx
@@ -26,7 +26,7 @@ if (!global.PointerEvent) {
26
this.shiftKey = props.shiftKey || false;
27
}
28
29
- // @ts-expect-error - PointerEvent polyfill for testing
+ // @ts-expect-error Mocking global PointerEvent
30
global.PointerEvent = PointerEvent as any;
31
32
0 commit comments