-
Notifications
You must be signed in to change notification settings - Fork 10
finish teats #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
finish teats #7
Conversation
gemtechd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See one comment below that is one for all the cases
you still have to write the tests for the geometry-calculation file
…emselves and removed the calls from the test
gemtechd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't push comments to the repo
|
|
||
|
|
||
| calculateNOfLineFunction() { | ||
| this.calculateSlope(); // הוספת קריאה כאן |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove hebrew comments
|
|
||
| it('should get point on X axis correctly', () => { | ||
| line.calculateNOfLineFunction(); | ||
| const pointOnX = line.getPointOnXAsis(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
execute only one function on each test
this comment is for all the tests
name:Ety Konski
I finished task1.