async-test-sanity.js 76 B

123
  1. process.on('unhandledRejection', reason => {
  2. throw new Error(reason);
  3. });