1.2.0 • Published 2 months ago

@reporters/bail v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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.0

2 months ago

1.1.4

4 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.1.3

8 months ago

1.1.2

9 months ago

1.0.0

11 months ago