From fcee6e0b193bc35249a18005753fa4051a626092 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sat, 3 Jan 2026 00:21:16 -0300 Subject: [PATCH] test: remove outdated test --- src/app/app.spec.ts | 6 ------ 1 file changed, 6 deletions(-) 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'); - }); });