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

jest-json-to-tap

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-json-to-tap

Jest Json parser that outputs TAP results

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.1K
increased by5.07%
Maintainers
1
Weekly downloads
 
Created
Source

jest-json-to-tap

Jest Json parser that outputs TAP results

Usage

Install jest-json-to-tap

npm install -g jest-json-to-tap

then you just need to redirect Jest's json output to it

$ jest --json 2>/dev/null | jest-json-to-tap

Beware in the command above we muted stderr to remove all extra msgs that jest outputs on stderr.

Acknowledgement

Based on the solution proposed by Edvin Erikson at https://medium.com/@edvinerikson/getting-jest-output-in-tap-format-6e07dc2c484c

FAQs

Package last updated on 07 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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