A Bail library for `node:test`
npm install @reporters/bail !tests 
node:test Bail on failure``bash`
npm install --save-dev @reporters/bail`
orbash`
yarn add --dev @reporters/bail
`bash``
node --test \
--test-reporter=@reporters/bail --test-reporter-destination=stderr \
--test-reporter=spec --test-reporter-destination=stdout
!cli