-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
[Task] Add unit test cases for ChatBot component #221
Comments
hey, can you assign this to me? |
Go for it! |
Hey @ishitab02, with hacktoberfest coming to a close very soon, I'll be leaving this issue un-assigned for any final PRs. This is to minimize leftover issues and provide an opportunity for those looking to get that last few PRs in. Feel free to continue with a PR if you're still working on this issue and I seek your kind understanding, thank you! 😊 |
i understand |
@tjtanjin can I work on this? |
Go for it! |
@tjtanjin can I work on this if it is not done already? |
Hey @hpatel292-seneca! Any updates for this issue? 🥹 |
Task Description:
Currently, we run unit tests using jest which can be found here.
However, the test cases are not yet comprehensive enough and work can be done to cover more grounds. Specifically for this issue, we hope to add test cases for the
ChatBot
component.Deliverable(s):
New unit test cases that cover the testing of the
ChatBot
component.Additional Context:
ChatBot
component can be found hereAudioButton
can be found here which may serve as a good source for referenceThe text was updated successfully, but these errors were encountered: