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