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
I'd like to simplify some of my checks on async errors, so an API like that would help : asyncTask((err, value) => expect(err).to.be.an.error('with that message'))