jest-allure2-adapter
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -46,4 +46,4 @@ "use strict"; | ||
get currentExecutable() { | ||
var _a, _b; | ||
return (_b = (_a = this.currentStep) !== null && _a !== void 0 ? _a : this.currentTest) !== null && _b !== void 0 ? _b : this.currentGroup; | ||
var _a; | ||
return (_a = this.currentStep) !== null && _a !== void 0 ? _a : this.currentTest; | ||
} | ||
@@ -288,3 +288,4 @@ startGroup(name) { | ||
addLink(options) { | ||
this.currentTest.addLink(options.url, options.name, options.type); | ||
var _a; | ||
this.currentTest.addLink(options.url, (_a = options.name) !== null && _a !== void 0 ? _a : options.url, options.type); | ||
return this; | ||
@@ -291,0 +292,0 @@ } |
{ | ||
"name": "jest-allure2-adapter", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Allure 2 Adapter for jest", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
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
31563
839