Description
Currently, there are no unit tests for utility functions in the project. This is important to ensure that these functions work as expected and can be safely updated in the future. Adding tests will improve the reliability of the project and make it easier to spot issues early.
Steps to Reproduce:
- Identify the utility functions in the project.
- Write unit tests for each utility function using a testing framework like Jest.
- Ensure the tests cover different edge cases and scenarios for each utility function.
Expected Outcome:
A set of unit tests for utility functions that ensures they perform as expected. These tests should be run automatically as part of the CI pipeline to catch any regressions.
Implementation Details (optional)
No response
Screenshots
No response
Checklist
Description
Currently, there are no unit tests for utility functions in the project. This is important to ensure that these functions work as expected and can be safely updated in the future. Adding tests will improve the reliability of the project and make it easier to spot issues early.
Steps to Reproduce:
Expected Outcome:
A set of unit tests for utility functions that ensures they perform as expected. These tests should be run automatically as part of the CI pipeline to catch any regressions.
Implementation Details (optional)
No response
Screenshots
No response
Checklist