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