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 2c82663 commit 7e4747fCopy full SHA for 7e4747f
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