Add support for `--bail` flag for mocha tests ## Proposed usage(s): - `learn --bail` - `learn -b` - `learn test --bail` - `learn test -b` ## Expected behavior See [mocha command line usage](https://mochajs.org/#command-line-usage) 'Abort ("bail") after first test failure' Mimics usage of `--fail-fast`
Add support for
--bailflag for mocha testsProposed usage(s):
learn --baillearn -blearn test --baillearn test -bExpected behavior
See mocha command line usage
'Abort ("bail") after first test failure'
Mimics usage of
--fail-fast