jest-allure2-adapter
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -98,7 +98,4 @@ "use strict"; | ||
while (this.currentStep !== null) { | ||
this.endStep(allure_js_commons_1.Status.BROKEN); | ||
this.endStep(allure_js_commons_1.Status.FAILED); | ||
} | ||
/*for(let step of this.stepStack){ | ||
this.endStep(Status.BROKEN); | ||
}*/ | ||
} | ||
@@ -105,0 +102,0 @@ // todo type |
{ | ||
"name": "jest-allure2-adapter", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"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
35118
945