1.2.1 • Published 10 months ago

@reporters/bail v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

1.2.1

10 months ago

1.2.0

1 year ago

1.1.4

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.0

2 years ago