From 82ea334a2d536d626a42d218275e7d82fb44bef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Mon, 25 Feb 2019 22:10:28 +0100 Subject: [PATCH] Remove useless test --- src/app/app.component.spec.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index f7f28ccdd..7d1de0da9 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -33,10 +33,4 @@ describe('AppComponent', () => { const app = fixture.debugElement.componentInstance; expect(app.title).toEqual('ARSnova'); })); - it('should render title in a h1 tag', async(() => { - const fixture = TestBed.createComponent(AppComponent); - fixture.detectChanges(); - const compiled = fixture.debugElement.nativeElement; - expect(compiled.querySelector('h1').textContent).toContain('Welcome to app!'); - })); }); -- GitLab