UNPKG

crowdstart.js

Version:

Ecommerce SDK for JavaScript and client for Crowdstart.

12 lines (8 loc) 276 B
Client = require '../lib/client' describe 'Client', -> key = 'fakekey' client = new Client key: key it 'should instantiate with and without new', -> Client key: key it 'should use default endpoint', -> client.endpoint.should.eq 'https://api.crowdstart.com'