↓ 405 callersFunctiondispatchMouseEvent(
node: Node,
type: string,
x: number = 0,
y: number = 0,
event: MouseEvent = createMouseEvent(type,
components/core/testing/dispatch-events.ts:25
↓ 19 callersFunctioncreateKeyboardEvent(
type: string,
keyCode: number,
target?: Element,
key?: string,
ctrlKey?: boolean,
metaKey?: bool
components/core/testing/event-objects.ts:56