From 14fe901cdd74f8e81bf49dd89a89e4188e164913 Mon Sep 17 00:00:00 2001
From: Julian Matschinske <julian.matschinske@wzw.tum.de>
Date: Fri, 27 Mar 2020 16:35:26 +0100
Subject: [PATCH] Remove obsolete tests

---
 src/app/app.component.spec.ts | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts
index d2119c46..18d12318 100644
--- a/src/app/app.component.spec.ts
+++ b/src/app/app.component.spec.ts
@@ -19,17 +19,4 @@ describe('AppComponent', () => {
     const app = fixture.componentInstance;
     expect(app).toBeTruthy();
   });
-
-  it(`should have as title 'covid19'`, () => {
-    const fixture = TestBed.createComponent(AppComponent);
-    const app = fixture.componentInstance;
-    expect(app.title).toEqual('covid19');
-  });
-
-  it('should render title', () => {
-    const fixture = TestBed.createComponent(AppComponent);
-    fixture.detectChanges();
-    const compiled = fixture.nativeElement;
-    expect(compiled.querySelector('.content span').textContent).toContain('covid19 app is running!');
-  });
 });
-- 
GitLab