fireEvent(el: HTMLElement, type: string, options: any)
fire the given event with options on the element
fireEvent(el, 'click'); fireEvent(el, 'keypress', {key: 'Enter'});
HTMLElement
string
any
{}
boolean