From ec6ffe931d4b256f3e406f5840f24cba23eb6d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sun, 26 Apr 2020 12:09:35 +0100 Subject: [PATCH] Use object shorthand for properties --- index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 4786a1f..009a3a6 100644 --- a/index.js +++ b/index.js @@ -332,8 +332,8 @@ module.exports = { } module.exports.test = { - isJSFlags: isJSFlags, - sanitizeJSFlags: sanitizeJSFlags, - headlessGetOptions: headlessGetOptions, - canaryGetOptions: canaryGetOptions + isJSFlags, + sanitizeJSFlags, + headlessGetOptions, + canaryGetOptions }