@reporters/bail

1.2.0 • Public • Published

npm version tests codecov

node:test Bail on failure

A package to bail on the first test failure of a test run using node built in test runner.

Installation

npm install --save-dev @reporters/bail

or

yarn add --dev @reporters/bail

Usage

node --test \
  --test-reporter=@reporters/bail --test-reporter-destination=stderr \
  --test-reporter=spec --test-reporter-destination=stdout

Example

cli

Package Sidebar

Install

npm i @reporters/bail

Weekly Downloads

52

Version

1.2.0

License

MIT

Unpacked Size

1.9 kB

Total Files

3

Last publish

Collaborators

  • molow