We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4aaeb commit 57d935fCopy full SHA for 57d935f
src/app/app.component.spec.ts
@@ -17,6 +17,6 @@ describe('AppComponent', () => {
17
it('should have as title app', waitForAsync(async () => {
18
const fixture = TestBed.createComponent(AppComponent);
19
const app = fixture.debugElement.componentInstance as AppComponent;
20
- await expect(app.title).toEqual('app');
+ await expect(app.title).toEqual('Text Compare');
21
}));
22
});
0 commit comments