Skip to content

Commit 1088690

Browse files
committed
Merge branch 'main' into copilot/fix-all-build-and-test
2 parents 067c175 + 090d1d1 commit 1088690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-calendar/src/CalendarView.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (!global.PointerEvent) {
2626
this.shiftKey = props.shiftKey || false;
2727
}
2828
}
29-
// @ts-expect-error - PointerEvent polyfill for testing
29+
// @ts-expect-error Mocking global PointerEvent
3030
global.PointerEvent = PointerEvent as any;
3131
}
3232

0 commit comments

Comments
 (0)