UNPKG

robbie-sdk

Version:

Robbie Visio SDK to send events for analaysis

11 lines (9 loc) 247 B
var expect = chai.expect; describe('RobbieVisio', function() { it('exists as a global element', function() { expect(RobbieVisio).to.not.be.null; }); it('is already defined', function() { expect(RobbieVisio).to.be.defined; }); });