test: remove outdated test
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user