Package detail

@reporters/bail

MoLow2kMIT1.2.1

A Bail library for node:test

node:test, test, reporter, reporters

readme

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