diff --git a/src/app/app.spec.ts b/src/app/app.spec.ts index 2bcc646..c228d87 100644 --- a/src/app/app.spec.ts +++ b/src/app/app.spec.ts @@ -14,10 +14,4 @@ describe('App', () => { expect(app).toBeTruthy(); }); - it('should render title', async () => { - const fixture = TestBed.createComponent(App); - await fixture.whenStable(); - const compiled = fixture.nativeElement as HTMLElement; - expect(compiled.querySelector('h1')?.textContent).toContain('Hello, groceries-price-tracker'); - }); });