From 8f20cbcf14b104d9617fb282dd6081235bb90aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Sat, 3 Mar 2018 09:30:31 +0000 Subject: [PATCH] chore: fix some more linting errors --- test/util/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/util/run.js b/test/util/run.js index b8b561a..87c7caa 100644 --- a/test/util/run.js +++ b/test/util/run.js @@ -102,7 +102,7 @@ function run(method, command, args, options) { } method = method.replace(/-force-shell$/, ''); - options = Object.assign({ forceShell: true }, options); + options = { forceShell: true, ...options }; } // Run sync version