We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@poojashukla10 At this folder we have all our major components for homepage: https://github.com/GroceriStar/homepage/tree/master/src/components
In order to do it - you need to fork this repo, apply your changes and open a pull request in order
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
if you'll clone the project to your computer - and run the react project - then jest installed.
this is a begginer guide to jest testing: https://www.sitepoint.com/test-react-components-jest/
tell me if you need help with setting up local instance of nodejs and forking our project
this is a simple example of test, created with jest: https://github.com/GroceriStar/react-only-intern-23/blob/master/src/__tests__/Calender.test.js basically it's checking if component can render without crashing(if component isset)
No branches or pull requests
@poojashukla10
At this folder we have all our major components for homepage: https://github.com/GroceriStar/homepage/tree/master/src/components
I can provide an example if you wish.
In order to do it - you need to fork this repo, apply your changes and open a pull request in order
The text was updated successfully, but these errors were encountered: