@reporters/bail
v1.2.1
Published
A Bail library for `node:test`
Downloads
531
Maintainers
Readme
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