-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add unit tests for collision detection unit #352
Labels
good first issue
Good for newcomers
Comments
Heyy |
Go ahead. Feel free to make a PR. Keep Code Quality Notes in mind :) |
ViharGandhi
added a commit
to ViharGandhi/musicblocks-v4
that referenced
this issue
Jul 17, 2023
…/utils/index.ts Fixes sugarlabs#352 This commit adds white-box unit tests for the module modules/code-builder/src/collision/utils/index.ts. This is the first task out of three tasks related to issue sugarlabs#352.
can i contribute for this issue ?? |
@meganindya Is the PR made by Vihar not eligible for merging? May I work on this issue? |
@meganindya can i work on this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add white-box unit tests for:
modules/code-builder/src/collision/utils/index.ts
modules/code-builder/src/collision/Brute.ts
modules/code-builder/src/collision/QuadTree.ts
Create
[filename].spec.ts
insidemodules/code-builder/src/collision/spec
folder for each module.The text was updated successfully, but these errors were encountered: