Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reposman33 committed Mar 12, 2021
1 parent 9edfa72 commit fdd7f2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ describe('SignUpFormComponent', () => {
}
}
expect(component).toBeDefined();
// throws error 'TypeError: Cannot read property 'onSubmitSigninForm' of undefined'
component.onSubmitSigninForm()
expect(component.onSubmitSigninForm).toHaveBeenCalled();
})
Expand Down

0 comments on commit fdd7f2d

Please sign in to comment.