From 2c8f2baab034cedfd8a0525cba8c1517b35759c3 Mon Sep 17 00:00:00 2001 From: Gil Tayar Date: Mon, 6 Jan 2020 22:37:30 +0200 Subject: [PATCH] fix esm test due to node 13 esm warning --- test/integration/esm.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/esm.spec.js b/test/integration/esm.spec.js index 6b784c3841..b24810b27b 100644 --- a/test/integration/esm.spec.js +++ b/test/integration/esm.spec.js @@ -9,7 +9,7 @@ describe('esm', function() { run( 'esm/esm-success.fixture.mjs', utils.supportsEsModules(true) - ? [] + ? ['--no-warnings'] : ['--experimental-modules', '--no-warnings'], function(err, result) { if (err) {