/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { MasterHomeScreenComponent } from './master-home-screen.component'; describe('Component: MasterHomeScreen', () => { it('should create an instance', () => { let component = new MasterHomeScreenComponent(); expect(component).toBeTruthy(); }); });