Skip to content

Commit 36a0f2f

Browse files
committed
Cleans up tests
1 parent 04af5a6 commit 36a0f2f

6 files changed

Lines changed: 129 additions & 155 deletions

File tree

test/helper.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
process.on( 'unhandledRejection', ( promise, reason ) => {
2+
console.error( 'unhandled rejection', reason );
3+
} );

0 commit comments

Comments
 (0)