Skip to content

Commit

Permalink
adicionar teste no título da página
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriela Tiago <[email protected]>
Co-authored-by: cansancaojennifer <[email protected]>
  • Loading branch information
3 people committed Dec 1, 2023
1 parent e2200fb commit bb2a8ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ describe('AppComponent', () => {
it('should create the app', () => {
expect(component).toBeTruthy();
});

it("should have as title 'UnB-TV-Frontend'", () => {
const title = "UnB-TV-Frontend"
const app = fixture.componentInstance;
expect(app.title).toEqual(title);
});

});

0 comments on commit bb2a8ae

Please sign in to comment.