import { NgxHborLibModule } from './ngx-hbor-lib.module'; describe('NgxHborLibModule', () => { it('should work', () => { expect(new NgxHborLibModule()).toBeDefined(); }); });