UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

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