mirror of
https://github.com/nodejs/node.git
synced 2025-05-12 00:24:09 +00:00

Many tests use require() to import modules that subsequently never gets used. This removes those imports and, in a few cases, removes other unused variables from tests. PR-URL: https://github.com/nodejs/node/pull/4475 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
'use strict';
|
|
require('../../common');
|
|
require('./build/Release/binding');
|