mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
tests: fix unhandled rejection log in test runner
This commit is contained in:
parent
40d8879fa3
commit
ee7c99b908
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ process.env.NODE_ENV = 'test';
|
|||
|
||||
process.on('unhandledRejection', reason => {
|
||||
console.log('Reason: ' + reason);
|
||||
console.log('Reason: ' + reason.stack);
|
||||
console.log('Stack: ' + reason.stack);
|
||||
});
|
||||
|
||||
//apollo-server-core
|
||||
|
|
Loading…
Add table
Reference in a new issue