1. tap-status
generate correct exit status from a tap stream
tap-status
Package: tap-status
Last modified: Mon, 27 Jun 2022 03:50:34 GMT
Version: 1.0.1
License: ISC
Downloads: 716

Install

npm install tap-status
yarn add tap-status

tap-status

build status

Parse a TAP stream and emit it verbatim, and exit with the correct status
code if tests fail. This is useful if you're using something like
hughsk/smokestack that gives a stream
of output with exit codes, and using substack/faucet
to get the right exit code can cut down on feedback.

usage

 $ npm test | tap-status

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code