@wdio/config
Advanced tools
Comparing version 5.2.2 to 5.2.3
@@ -91,3 +91,3 @@ "use strict"; | ||
log.debug('wdio-sync found, running tests synchronous'); | ||
log.debug('@wdio/sync found, running tests synchronous'); | ||
exports.hasWdioSyncSupport = hasWdioSyncSupport = true; | ||
@@ -99,3 +99,3 @@ exports.runFnInFiberContext = runFnInFiberContext = wdioSync.runFnInFiberContext; | ||
} catch (e) { | ||
log.debug('wdio-sync not found, running tests asynchronous'); | ||
log.debug('@wdio/sync not found, running tests asynchronous'); | ||
} |
{ | ||
"name": "@wdio/config", | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"description": "A helper utility to parse and validate WebdriverIO options", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "44ad3c87c0e6f60540bd16e0f3bdc9939c86b012" | ||
"gitHead": "fc84d8fc6889043bfc0c85994acb7b4d5445ba1d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20992