Api = require '../lib'

describe 'Api', ->
  it 'should instantiate', ->
    new Api 'fakekey'
