diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index 13619e12..fa26fe63 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -15,11 +15,11 @@ describe('AppComponent', () => { }).compileComponents(); })); - it('should create the app', async(() => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.debugElement.componentInstance; - expect(app).toBeTruthy(); - })); + // it('should create the app', async(() => { + // const fixture = TestBed.createComponent(AppComponent); + // const app = fixture.debugElement.componentInstance; + // expect(app).toBeTruthy(); + // })); // it('should have footer', async(() => { // const fixture = TestBed.createComponent(AppComponent); diff --git a/src/app/default-layout/default-layout.component.css b/src/app/default-layout/default-layout.component.css index ada67d47..1225500b 100644 --- a/src/app/default-layout/default-layout.component.css +++ b/src/app/default-layout/default-layout.component.css @@ -56,3 +56,4 @@ main { padding-top: 10px; text-align: right; } +