From d96b69f4ca8eac83140b3b451f59621aed2bb517 Mon Sep 17 00:00:00 2001 From: Danijel Andjelkovic Date: Wed, 16 Mar 2022 18:16:56 +0100 Subject: Dodao naslove za sve strane, i zapoceo my-datasets. --- frontend/src/app/app.component.spec.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'frontend/src/app/app.component.spec.ts') diff --git a/frontend/src/app/app.component.spec.ts b/frontend/src/app/app.component.spec.ts index 74b5b3eb..d0679f89 100644 --- a/frontend/src/app/app.component.spec.ts +++ b/frontend/src/app/app.component.spec.ts @@ -20,12 +20,6 @@ describe('AppComponent', () => { expect(app).toBeTruthy(); }); - it(`should have as title 'frontend'`, () => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.componentInstance; - expect(app.title).toEqual('frontend'); - }); - it('should render title', () => { const fixture = TestBed.createComponent(AppComponent); fixture.detectChanges(); -- cgit v1.2.3