This commit is contained in:
2024-10-19 12:20:20 +02:00
parent b4b4f1f312
commit b0161f5247
6 changed files with 7 additions and 7 deletions

View File

@@ -18,6 +18,6 @@ describe('AppComponent', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.nativeElement as HTMLElement;
expect(compiled.querySelector('h1')?.textContent).toContain('Hello, DevDisciples.Json.Tools.App');
expect(compiled.querySelector('h1')?.textContent).toContain('Jtr');
});
});

View File

@@ -15,7 +15,7 @@
<button mat-icon-button (click)="drawer.toggle()">
<mat-icon>menu</mat-icon>
</button>
<span>JSON Transform / JTR</span>
<span>JTR</span>
</mat-toolbar>
<main>