jest-allure2-adapter
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -77,6 +77,3 @@ "use strict"; | ||
this.stepStack.push(allureStep); | ||
// const myStep = { uid: v4(), step: allureStep } | ||
// this.stepStack2.push(myStep); | ||
this.stepNameStack.push(name); | ||
// console.log('START:' + JSON.stringify(this.stepNameStack)); | ||
return allureStep; | ||
@@ -89,3 +86,5 @@ } | ||
if (!step) { | ||
throw new Error('No step started'); | ||
console.log('No step started'); | ||
// throw new Error('No step started'); | ||
return; | ||
} | ||
@@ -92,0 +91,0 @@ step.stage = stage !== null && stage !== void 0 ? stage : allure_js_commons_1.Stage.FINISHED; |
{ | ||
"name": "jest-allure2-adapter", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"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
40135
938