From be9729904ec67697b71fbba802ec945d90dcc2ea Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Thu, 23 May 2019 15:34:33 +0200 Subject: [PATCH] Improve doc --- tests/mocha-reporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mocha-reporter.js b/tests/mocha-reporter.js index 443e5d73f..3e56b36da 100644 --- a/tests/mocha-reporter.js +++ b/tests/mocha-reporter.js @@ -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 () {