From dcc5e51e1cb4e102effd7fc515681446b07e428e Mon Sep 17 00:00:00 2001 From: ZYSzys Date: Sun, 12 May 2019 15:11:13 +0800 Subject: tools: force common be required before any other modules PR-URL: https://github.com/nodejs/node/pull/27650 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater --- test/common/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/common/index.js') diff --git a/test/common/index.js b/test/common/index.js index 02fe9039dd..3235362166 100644 --- a/test/common/index.js +++ b/test/common/index.js @@ -19,7 +19,8 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -/* eslint-disable node-core/required-modules, node-core/crypto-check */ +/* eslint-disable node-core/require-common-first, node-core/required-modules */ +/* eslint-disable node-core/crypto-check */ 'use strict'; const process = global.process; // Some tests tamper with the process global. const path = require('path'); -- cgit v1.2.3