node/test/addons
Gibson Fahnestock a6bd287724
test: use eslint to fix var->const/let
Manually fix issues that eslint --fix couldn't do automatically.

PR-URL: https://github.com/nodejs/node/pull/10685
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
2017-01-30 12:08:39 -05:00
..
async-hello-world test: use const for all require() calls 2017-01-30 12:08:31 -05:00
at-exit test: rename target to exports for consistency 2016-10-20 09:31:59 -07:00
buffer-free-callback test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
heap-profiler test: enable addons test to pass with debug build 2016-10-06 11:53:15 -07:00
hello-world test: use const for all require() calls 2017-01-30 12:08:31 -05:00
hello-world-function-export test: use const for all require() calls 2017-01-30 12:08:31 -05:00
load-long-path test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
make-callback src: make cross-context MakeCallback() calls work 2016-11-03 04:49:14 -05:00
make-callback-recurse test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
new-target test: add new.target add-on regression test 2016-11-22 06:38:04 +01:00
node-module-version test: enable node-module-version/test.js with debug 2016-10-17 09:44:58 -07:00
null-buffer-neuter test: rename target to exports for consistency 2016-10-20 09:31:59 -07:00
openssl-binding test: enable addons test to pass with debug build 2016-10-06 11:53:15 -07:00
parse-encoding test: rename target to exports for consistency 2016-10-20 09:31:59 -07:00
repl-domain-abort test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
stringbytes-external-exceed-max test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
symlinked-module test: rename target to exports for consistency 2016-10-20 09:31:59 -07:00
zlib-binding test: enable addons test to pass with debug build 2016-10-06 11:53:15 -07:00
.gitignore
testcfg.py