All files test.js

50% Statements 1/2
0% Branches 0/2
0% Functions 0/1
50% Lines 1/2
1 2 3 42x      
process.on('unhandledRejection', (reason, promise) => {
    console.error('Unhandled rejection:', reason.stack ? reason.stack : reason);
});