-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
[Feature Request] Unit Testing Rendering Functions #79
Comments
Hello, |
Hi @Chahat226 We would love to take a view of the system on testing using Cypress. E2E Testing would be way better than Unit Testing alone.. Your efforts counts. If possible, can you give a proposal on how you are going to design the testing system? Thank you so much :) |
@shravan20 I have worked with Jest before. I'm happy to try my hand at this. Can you please assign it to me? |
Hey is this issue still unsolved ? |
Hi @rudransh61 Hey this is open for dev, you can give it a go.. 🙌🏼 |
Sorry to disturb you but i cannot find ui components in the code ? Thanks for reading and giving some time to me |
No worries, check |
...I was looking at the file render(<App />);
^
SyntaxError: Unexpected token '<'
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:152:18)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:299:14)
at async link (node:internal/modules/esm/module_job:67:21)
Node.js v18.20.2 Also , do i have to write tests like this file for all components file ? |
..? |
Is your feature request related to a problem? Please describe.
We have cross checked the working. Still, want an Unit Testing of UI components rendered to ensure the working.
Describe the solution you'd like
A proper unit testing of the functions that responsible for rendering svg component using Jest Library.
Describe alternatives you've considered
Have used Mocha for testing. But as you know, Mocha cannot test components rendering and stuff, we removed it in the initial release of v0.9. If you want to propose alternatives for Jest, please feel free to comment on the same.
The text was updated successfully, but these errors were encountered: