Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-bamboo-reporter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-bamboo-reporter - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

index.spec.js

9

package.json
{
"name": "jest-bamboo-reporter",
"version": "0.0.0",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "nyc tape index.test.js"
"test": "jest --coverage"
},

@@ -27,6 +27,5 @@ "description": "A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser.",

"devDependencies": {
"moment": "~2.14.1",
"nyc": "~8.1.0",
"tape": "~4.6.0"
"jest": "~21.2.1",
"sinon": "~4.1.2"
}
}

@@ -28,3 +28,3 @@ # jest-bamboo-reporter

{
"testResultsProcessor": "./node_modules/jest-bamboo-reporter"
"testResultsProcessor": "jest-bamboo-reporter"
}

@@ -31,0 +31,0 @@ ~~~

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