0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/test/addons
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
..
async-hello-world test: load common.js in all tests 2015-10-06 15:11:47 -07:00
at-exit test: load common.js in all tests 2015-10-06 15:11:47 -07:00
heap-profiler test: load common.js in all tests 2015-10-06 15:11:47 -07:00
hello-world test: load common.js in all tests 2015-10-06 15:11:47 -07:00
hello-world-function-export test: load common.js in all tests 2015-10-06 15:11:47 -07:00
load-long-path module: use UNC paths when loading native addons 2015-10-05 22:09:51 +02:00
repl-domain-abort test: load common.js in all tests 2015-10-06 15:11:47 -07:00
.gitignore build: make ci test addons in test/addons 2015-08-25 12:03:57 +02:00
testcfg.py