Description
Currently, not many of the hooks/utilities have unit tests written to cover them, I won't list them below, because it's most of them.
Feel free to open PRs for testing individual hooks/utilities.
Note
We don't really care about coverage, just ensure the tests written make sense and cover relevant scenarios for the functionality being tested.
Also, feel free to create separate issues if you want to work on testing specific functionalities, for increased visiblity.
Hints
You can find the tests directory under /lib/tests/hooks and `/lib/tests/utils'.
Description
Currently, not many of the hooks/utilities have unit tests written to cover them, I won't list them below, because it's most of them.
Feel free to open PRs for testing individual hooks/utilities.
Note
We don't really care about coverage, just ensure the tests written make sense and cover relevant scenarios for the functionality being tested.
Also, feel free to create separate issues if you want to work on testing specific functionalities, for increased visiblity.
Hints
You can find the
testsdirectory under/lib/tests/hooksand `/lib/tests/utils'.