(x)
| 22 | // when.map([123], fail); |
| 23 | |
| 24 | function fail(x){ |
| 25 | throw new Error('map failed'); |
| 26 | } |
| 27 | |
| 28 | }); |
| 29 | }(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); })); |
no outgoing calls
no test coverage detected
searching dependent graphs…