test: remove outdated test

This commit is contained in:
2026-01-03 00:21:16 -03:00
parent 5e1e453b0b
commit fcee6e0b19

View File

@@ -14,10 +14,4 @@ describe('App', () => {
expect(app).toBeTruthy(); 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');
});
}); });