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.4 to 0.1.5

5

dist/AllureReporter.js

@@ -63,4 +63,7 @@ "use strict";

}
// todo remove tags
startTest(name) {
this.runningTest = this.currentGroup.startTest(name);
const newName = name === null || name === void 0 ? void 0 : name.replace('#tag', '');
this.runningTest = this.currentGroup.startTest(newName);
this.tag('#tag');
// Capture Jest worker thread for timeline report

@@ -67,0 +70,0 @@ if (process.env.JEST_WORKER_ID) {

2

package.json
{
"name": "jest-allure2-adapter",
"version": "0.1.4",
"version": "0.1.5",
"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