Skip to content
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

[Testing]: Add Unit Tests for Utility Functions #158

Open
4 of 5 tasks
harmeetsingh11 opened this issue Jan 19, 2025 · 1 comment
Open
4 of 5 tasks

[Testing]: Add Unit Tests for Utility Functions #158

harmeetsingh11 opened this issue Jan 19, 2025 · 1 comment

Comments

@harmeetsingh11
Copy link
Owner

harmeetsingh11 commented Jan 19, 2025

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:

  1. Identify the utility functions in the project.
  2. Write unit tests for each utility function using a testing framework like Jest.
  3. 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

Copy link

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

@harmeetsingh11 harmeetsingh11 changed the title [Tests]: Add Unit Tests for Utility Functions [Testing]: Add Unit Tests for Utility Functions Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant