Improve doc

This commit is contained in:
Mariusz Nowak 2019-05-23 15:34:33 +02:00
parent 18bc50e406
commit be9729904e
No known key found for this signature in database
GPG Key ID: AA6F4CCD415BF299

View File

@ -25,7 +25,7 @@ const Runner = require('mocha/lib/runner');
Runner.immediately = process.nextTick;
// Speed up Bluebird's unhandled rejection notifications so it's on par with timing
// observable in native promises, and they do not interfere with an async leaks detector
// we observe with native promises, and so they do not interfere with an async leaks detector
const BbPromise = require('bluebird');
/* eslint-disable no-underscore-dangle */
BbPromise.prototype._ensurePossibleRejectionHandled = function () {