Open
Description
Support the pending event (https://github.com/mochajs/mocha/wiki/Third-party-reporters).
tests using either approach:
it.skip('case1', () => { });
it('case2 - pending');
This issue is not addressing skipped
cases due to a beforeEach hook failure.