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.2 to 1.3.0

4

CHANGELOG.md
#CHANGELOG
## 1.3.0 - 2017-06-27
### Fixed
- Fixed issue with doing exit(1) in case of failed test suites
## 1.2.1, 1.2.2 - 2017-06-26

@@ -4,0 +8,0 @@ ### Removed

6

lib/index.js

@@ -10,7 +10,7 @@ /**

module.exports = (result) => {
if (!process.env.TEAMCITY_VERSION) {
return result;
if (process.env.TEAMCITY_VERSION) {
formatter.formatReport(result.testResults, process.cwd());
}
return formatter.formatReport(result.testResults, process.cwd());
return result;
};
{
"name": "jest-teamcity",
"version": "1.2.2",
"version": "1.3.0",
"description": "Teamcity Reporter for Jest Testing framework",

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

Sorry, the diff of this file is not supported yet

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