From 5539f346e64aabddf624824ff1e158694ebc7eaa Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 20 Jun 2022 07:11:14 +0300 Subject: [PATCH] #11 typo --- test/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers.js b/test/helpers.js index 86217ca..9b55333 100644 --- a/test/helpers.js +++ b/test/helpers.js @@ -36,7 +36,7 @@ module.exports.runSync = function runSync(args) { `node ${path.resolve('./src/eoc.js')} ${args.join(' ')}`, { 'timeout': 120000, - 'windowsHide': true + 'windowsHide': true, } ).toString(); } catch (ex) {