uncaughtException handle in mocha
npm install uncaughtException
it('should throw error xxx throws error', done => { uncaughtException((err) => { assert(err.message === 'xxx'); done(); }); xxx();});