Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-allure2-adapter - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

9

dist/AllureReporter.js

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

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

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

{
"name": "jest-allure2-adapter",
"version": "0.1.5",
"version": "0.1.6",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc