UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

15 lines (11 loc) 285 B
// APP import { CollectionEvent } from './CollectionEvent'; describe('Service: CollectionEvent', () => { let service; beforeEach(() => { service = new CollectionEvent(); }); it('should be defined.', () => { expect(service).toBeDefined(); }); });