Socket
Socket
Sign inDemoInstall

jest-teamcity

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-teamcity - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

CHANGELOG.md
#CHANGELOG
## 1.2.1 - 2017-06-26
## 1.2.1, 1.2.2 - 2017-06-26
### Removed

@@ -5,0 +5,0 @@ - Removed captureStandardOutput attr from report in order to allow test suite do exist(1)

@@ -47,3 +47,3 @@ 'use strict';

const [message, stack] = error.split('\n ');
this.log(`##teamcity[testFailed name='${this.escape(test.title)}' message='${this.escape(message)}' details='${this.escape(stack)}' captureStandardOutput='true']`);
this.log(`##teamcity[testFailed name='${this.escape(test.title)}' message='${this.escape(message)}' details='${this.escape(stack)}']`);
});

@@ -50,0 +50,0 @@ } else {

{
"name": "jest-teamcity",
"version": "1.2.1",
"version": "1.2.2",
"description": "Teamcity Reporter for Jest Testing framework",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/itereshchenkov/jest-teamcity",

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