blob: 18d09a361a9af0d69dec8f7f83a3f2c785b023d2 [file] [log] [blame]
CONSOLE MESSAGE: [object Object]
CONSOLE MESSAGE: TypeError: 'handleEvent' property of event listener should be callable
CONSOLE MESSAGE: TypeError: 'handleEvent' property of event listener should be callable
PASS calls `handleEvent` method of `EventListener`
PASS performs `Get` every time event is dispatched
PASS doesn't call `handleEvent` method on callable `EventListener`
PASS rethrows errors when getting `handleEvent`
PASS throws if `handleEvent` is falsy and not callable
PASS throws if `handleEvent` is thruthy and not callable