We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7799b commit b8d9d9bCopy full SHA for b8d9d9b
tests/e2e/assets/1.0.0-proj/src/app/app.component.spec.ts
@@ -17,7 +17,7 @@ describe('AppComponent', () => {
17
expect(app).toBeTruthy();
18
}));
19
20
- it(`should have as title 'app works!'`, async(() => {
+ it(`should have the title 'app works!'`, async(() => {
21
const fixture = TestBed.createComponent(AppComponent);
22
const app = fixture.debugElement.componentInstance;
23
expect(app.title).toEqual('app works!');
0 commit comments