diff options
author | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-16 18:16:56 +0100 |
---|---|---|
committer | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-16 18:16:56 +0100 |
commit | d96b69f4ca8eac83140b3b451f59621aed2bb517 (patch) | |
tree | 5aa188e8799781616d5465762fe92f50ae376178 /frontend/src/app/app.component.spec.ts | |
parent | f6496f86182902f2a6e5e34554ae93116d04c5b6 (diff) |
Dodao naslove za sve strane, i zapoceo my-datasets.
Diffstat (limited to 'frontend/src/app/app.component.spec.ts')
-rw-r--r-- | frontend/src/app/app.component.spec.ts | 6 |
1 files changed, 0 insertions, 6 deletions
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(); |