diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index ccc02f4..4814b05 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -14,12 +14,6 @@ describe('AppComponent', () => { expect(app).toBeTruthy(); }); - it(`should have the 'sakai-19' title`, () => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.componentInstance; - expect(app.title).toEqual('sakai-19'); - }); - it('should render title', () => { const fixture = TestBed.createComponent(AppComponent); fixture.detectChanges(); diff --git a/src/layout/appconfigurator.ts b/src/layout/appconfigurator.ts index 9ba1a87..1904e66 100644 --- a/src/layout/appconfigurator.ts +++ b/src/layout/appconfigurator.ts @@ -1,4 +1,3 @@ - import { CommonModule, isPlatformBrowser } from '@angular/common'; import { Component, computed, inject, PLATFORM_ID } from '@angular/core'; import { FormsModule } from '@angular/forms';