describe('Suite E', function() {
  before(function() {
    console.log('Suite E before!')
  })
  it('does assertions', function() {