UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

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