Bad Puns Are How Eye Roll
A lot of "under-the-hood" changes to make processing more direct.
User Visible Changes:
- Replaced deprecated
sinon.stub
functionality with#callsFake
, eliminating warnings - Updated several package dependencies (better, but still incomplete)
- Help now displays Mocha-related options separately from the Abao-specific options.
BREAKING CHANGES:
There are two minor potentially user-breaking changes, both done to match Mocha's CLI.
- CLI
--reporter
option alias-r
changed to-R
- CLI
--schemas
option alias-s
was removed without replacement (preparation for--slow
support)