We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737043e commit 05a79b9Copy full SHA for 05a79b9
scripts/mocha-bootload.js
@@ -7,9 +7,4 @@
7
* of patent rights can be found in the PATENTS file in the same directory.
8
*/
9
10
-process.on('unhandledRejection', function(error) {
11
- console.error('Unhandled Promise Rejection:');
12
- console.error((error && error.stack) || error);
13
-});
14
-
15
process.env.NODE_ENV = 'test';
0 commit comments