jest-plugin-unhandled-promise
Version:
Surfaces unhandled promise rejections in jest tests.
1 lines • 247 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:true});exports.default=function(){var log=arguments.length>0&&arguments[0]!==undefined?arguments[0]:console.error;process.on('unhandledRejection',function(error){log(error.stack);});};