mirror of https://github.com/lukechilds/node.git
Browse Source
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>v5.x
Rich Trott
9 years ago
10 changed files with 11 additions and 0 deletions
@ -1,2 +1,3 @@ |
|||||
'use strict'; |
'use strict'; |
||||
|
require('../../common'); |
||||
var binding = require('./build/Release/binding'); |
var binding = require('./build/Release/binding'); |
||||
|
Loading…
Reference in new issue