Skip to content

Commit 090d1d1

Browse files
committed
Update CalendarView.test.tsx
1 parent 9daf426 commit 090d1d1

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-ignore
29+
// @ts-expect-error Mocking global PointerEvent
3030
global.PointerEvent = PointerEvent as any;
3131
}
3232

0 commit comments

Comments
 (0)