UNPKG

mango

Version:
15 lines (12 loc) 256 B
describe('Mango', function(){ describe('Constructor', function(){ it('Refuse to initialize without an apikey', function(done){ try { var mango = Mango(); } catch(e) { assert(e); done(); } }); }); });