This commit is contained in:
2025-01-01 23:45:40 +01:00
parent 14cdc06de5
commit 20ba36c052
3 changed files with 47 additions and 1 deletions

View File

@@ -39,6 +39,6 @@ describe('AppComponent', () => {
it('should render the title', () => {
const compiled = fixture.nativeElement as HTMLElement;
expect(compiled.querySelector('h1')?.textContent).toContain('pokedemo');
expect(compiled.querySelector('h1')?.textContent).toContain('pokedemo!');
});
});