Skip to content

Commit

Permalink
fix: unit test fix app component
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-osos committed May 27, 2024
1 parent 66e99a1 commit 8440dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('AppComponent', () => {
it(`should have the 'ngx-simple-typewriter' title`, () => {
const fixture = TestBed.createComponent(AppComponent);
const app = fixture.componentInstance;
expect(app.title).toEqual('ngx-simple-typewriter');
expect('app.title').toEqual('ngx-simple-typewriter');
});

it('should render title', () => {
Expand Down

0 comments on commit 8440dfb

Please sign in to comment.