mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: force common be required before any other modules
PR-URL: https://github.com/nodejs/node/pull/27650 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
const common = require('../common');
|
||||
const child_process = require('child_process');
|
||||
const assert = require('assert');
|
||||
const common = require('../common');
|
||||
|
||||
if (process.env.NODE_PENDING_DEPRECATION)
|
||||
common.skip('test does not work when NODE_PENDING_DEPRECATION is set');
|
||||
|
||||
Reference in New Issue
Block a user