0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/test/addons/hello-world-function-export
Rich Trott c78091d689 test: load common.js in all tests
common.js contains code that detects leaked variables.

In preparation for an eslint rule that will enforce loading common.js in
test files, load it everywhere it can be loaded and use an
`eslint-disable` comment for files that intentionally leak.

PR-URL: https://github.com/nodejs/node/pull/3157
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-10-06 15:11:47 -07:00
..
binding.cc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
binding.gyp addon: Pass module object to NODE_MODULE init function 2013-01-25 14:25:35 -08:00
test.js test: load common.js in all tests 2015-10-06 15:11:47 -07:00