2
0

promise-rejection.js 67 B

123
  1. export default () => {
  2. return Promise.reject(new Error('foo'))
  3. }