node/test/addons/stringbytes-external-exceed-max
Daniel Bevenius 88cd4cfcb0 test: rename target to exports for consistency
The doc/api/addons.md document contains examples of Addon
Initialization functions that take a parameter named exports.
This also matches the name used in node.cc when calling:
mp->nm_register_func(exports, module, mp->nm_priv);

Currently, a number of the tests name this same parameter target. This
commit renames target to exports for consistency.

PR-URL: https://github.com/nodejs/node/pull/9135
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2016-11-15 13:28:39 -05:00
..
binding.cc test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
binding.gyp test: build addons with V8_DEPRECATION_WARNINGS=1 2016-05-17 08:33:38 -05:00
test-stringbytes-external-at-max.js test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
test-stringbytes-external-exceed-max-by-1-ascii.js test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
test-stringbytes-external-exceed-max-by-1-base64.js test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
test-stringbytes-external-exceed-max-by-1-binary.js test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
test-stringbytes-external-exceed-max-by-1-hex.js test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
test-stringbytes-external-exceed-max-by-1-utf8.js test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
test-stringbytes-external-exceed-max-by-2.js test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
test-stringbytes-external-exceed-max.js test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00