Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
11
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.15 to 0.1.16

7

dist/AllureReporter.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc