You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - when using beforeEach - I was getting an error in the browser as EventEmitter does not have this method. Adding in the following made it work ok :
Hi - when using beforeEach - I was getting an error in the browser as EventEmitter does not have this method. Adding in the following made it work ok :
EventEmitter.prototype.removeAllListeners = function(event) {
delete this.callbacks[event]
}
The text was updated successfully, but these errors were encountered: