@wdio/sync
Advanced tools
Comparing version 5.14.0 to 5.14.3
@@ -22,3 +22,3 @@ "use strict"; | ||
if (!Array.isArray(args)) { | ||
args = [args].filter(hook => typeof hook === 'function'); | ||
args = [args]; | ||
} | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@wdio/sync", | ||
"version": "5.14.0", | ||
"version": "5.14.3", | ||
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously", | ||
@@ -46,3 +46,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "5d19a114535bff2b62abff42db65eb59ffd9a1f7" | ||
"gitHead": "edce2a5ffcb3bbaf62ccebad4c482fe41f2a3077" | ||
} |
22734