describe 'Test Suite', ->
  it 'should work', ->
    expect(1+1).to.eq 2
