Organize tests into dedicated Mocha.js "suites" according to their
initialization requirements. This reduces the amount of duplication in
test setup (specifically related to test skipping and timeout values),
and it produces more descriptive logging output.
Organize tests into dedicated Mocha.js "suites" according to their initialization requirements. This reduces the amount of duplication in test setup (specifically related to test skipping and timeout values), and it produces more descriptive logging output.