@wdio/reporter
Advanced tools
Comparing version 6.0.0-alpha.0 to 6.0.0-alpha.1
{ | ||
"name": "@wdio/reporter", | ||
"version": "6.0.0-alpha.0", | ||
"version": "6.0.0-alpha.1", | ||
"description": "A WebdriverIO utility to help reporting all events", | ||
@@ -42,3 +42,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"types": "reporter.d.ts", | ||
"gitHead": "834043765c1a803f3f6e784ca4599b02e92c6f5e" | ||
"gitHead": "1b11d192fa30cd92724a21e3febbf40b9e5b3ba2" | ||
} |
@@ -23,3 +23,3 @@ WebdriverIO Reporter | ||
export default MyCustomeReporter extends Reporter { | ||
export default MyCustomReporter extends Reporter { | ||
constructor () { | ||
@@ -26,0 +26,0 @@ super() |
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
24369