-
Notifications
You must be signed in to change notification settings - Fork 29
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
Draw #72
base: master
Are you sure you want to change the base?
Draw #72
Conversation
@VanshikaSabharwal is attempting to deploy a commit to the dhruvpatidar359's projects Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@VanshikaSabharwal I think there are some problems with the code :
|
Actually the issue is because linting is checking if there is any problem . To resolve this we have to follow all the advices mentioned while linting and correct the code. |
Description
I added testing for store.js file in app folder.
-testing of store.js file of app folder
Related Issues
This helps to automatically close related issues when the PR is merged.
Changes
List the detailed changes made in this PR.
Testing
Testing Instructions
Detailed instructions on how to test the changes. Include any setup needed and specific test cases.
npm install
to install dependencies.npm test
to execute the test suite.git add.
git commit -m
git push
Screenshots (if applicable)
Additional Context
Any additional context or information that reviewers should be aware of.
Checklist
Make sure to check off all the items before submitting. Mark with [x] if done.