-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
test: adding test command to pre commit #88
test: adding test command to pre commit #88
Conversation
merge branch main
…t all tests are fixed
PR Description updated to latest commit (4d1842c) |
PR Analysis
PR Feedback💡 General suggestions: The change is simple and straightforward. However, it would be beneficial to add some comments explaining why this change was made, for the benefit of other developers who might work on this code in the future. Also, it would be good to ensure that all tests are fast enough not to slow down the commit process significantly. ✨ Usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Earlier when we commit and made a change to the code, there is no way to know whether the test is failing or not expect running the
pnpm run test:api
.Give a summary of the change that you have made
The test command is added into pre-commit file so that whenever a commit happens we get to know the test are failing and the code will not be pushed until the tests are fixed
Fixes #[ISSUENO]
Dependencies
no
Mention any dependencies/packages used
Future Improvements
Mention any improvements to be done in the future related to any file/feature
Mentions
Mention and tag the people
Screenshots of relevant screens
Add screenshots of relevant screens
Developer's checklist
If changes are made in the code:
Documentation Update