Lungo.Spec.js 241 B

1234567891011
  1. describe('Lungo', function() {
  2. it('Lungo namespace exists', function() {
  3. expect(LUNGO).toBeDefined();
  4. });
  5. it('Lungo version exists', function() {
  6. expect(LUNGO.VERSION).toBeDefined();
  7. });
  8. });