(x)
| 45 | } |
| 46 | |
| 47 | function reject(x) { |
| 48 | return Promise.reject(new Error('error originates here')); |
| 49 | } |
| 50 | }); |
| 51 | }(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); })); |
| 52 |
no outgoing calls
no test coverage detected
searching dependent graphs…