-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Adding tests for mathutils #4130
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
Conversation
|
@walterbender i tried running the test
|
|
(1) How did you run the test? |
|
@walterbender i had not passed any input for the jest so the test test case runs without any input |
|
@walterbender we’ll create a GitHub Action that will run our Jest tests whenever there are changes pushed to the repo |
|
@walterbender i ll be doing the github actions soon for the jest tests |
|
I'm still confused as to what failed. |
|
@walterbender I think the tests are not properly written. 27 failed. |
|
@walterbender I ll try to review it again if I find some error |
|
@walterbender i had resolved the test file and refactored it such that now it works absolutely fine Screen.Recording.2024-12-12.at.3.25.05.AM.mov |
|
@walterbender now i think i should move forward for github actions to automate the complete process of testing |

This creates the edge test cases for every function that lies in mathutils.js in /utils/tests which will be the main test folder for the tests of the utils directory.