summaryrefslogtreecommitdiff
path: root/test/async-hooks/test-getnameinforeqwrap.js
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-12-10 13:27:32 +0100
committerMyles Borins <myles.borins@gmail.com>2018-12-25 02:35:52 -0500
commit2516e9cfd0c9d4f94945a0a16f8d89041aed51ee (patch)
treea4d64c5458ab2d3e9fbb7495181cf175102453a1 /test/async-hooks/test-getnameinforeqwrap.js
parent4513516f5e362935e84ee9908b65f98e32031314 (diff)
downloadnode-new-2516e9cfd0c9d4f94945a0a16f8d89041aed51ee.tar.gz
doc,lib,test: capitalize comment sentences
This activates the eslint capitalize comment rule for comments above 50 characters. PR-URL: https://github.com/nodejs/node/pull/24996 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/async-hooks/test-getnameinforeqwrap.js')
-rw-r--r--test/async-hooks/test-getnameinforeqwrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/test-getnameinforeqwrap.js b/test/async-hooks/test-getnameinforeqwrap.js
index 9e06cbf9cb..c7a3937ff3 100644
--- a/test/async-hooks/test-getnameinforeqwrap.js
+++ b/test/async-hooks/test-getnameinforeqwrap.js
@@ -15,7 +15,7 @@ const hooks = initHooks();
hooks.enable();
dns.lookupService('127.0.0.1', 80, common.mustCall(onlookupService));
function onlookupService() {
- // we don't care about the error here in order to allow
+ // We don't care about the error here in order to allow
// tests to run offline (lookup will fail in that case and the err be set)
const as = hooks.activitiesOfTypes('GETNAMEINFOREQWRAP');