describe('Suite A', function() {
  before(function() {
    console.log('SUITE A BEFORE!')
  })
  it('does assertions', function(done) {