describe('HostBillngModel', () => { describe('constructor', () => { it('should instatiate base model without schema', () => { // TODO: Write tests expect(true).toBe(true); }); }); });