Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Jan 2, 2025
1 parent a0f10b9 commit 8f00a18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('LoginFormComponent', () => {

it('should create', () => {
expect(component).not.toBeTruthy();
expect(component.model.email).toBe('');
expect(component.model.email).not.toBe('');
expect(component.model.password).toBe('');
expect(component.inputType).toBe('password');
expect(component.labelShow).toBe('Show password');
Expand Down

0 comments on commit 8f00a18

Please sign in to comment.