-
Notifications
You must be signed in to change notification settings - Fork 213
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
feat: add new test for increased coverage with keploy #182
base: master
Are you sure you want to change the base?
Conversation
|
recheck |
If there's only white space change in package jsons please revert them. If not please don't reformat just install the package its too hard to read the white space diff |
hi @jackkav, i have revert the |
We use biome to lint and format |
Signed-off-by: Animesh Pathak <[email protected]>
Signed-off-by: Animesh Pathak <[email protected]>
Signed-off-by: Animesh Pathak <[email protected]>
Done, I have fixed linting and formatting via Biome, now. Thanks for pointing to biome. |
Hi @jackkav any updates on the pr or it's contents? |
I need to discuss further with the team. |
This pull request introduces comprehensive unit tests for the
body-parser.js
anderror-handler.js
module, significantly improving the project's test coverage from0%
to80%+
. I have also added the new tests forcookies.js
increasing from66.66%
to100%
The new tests cover various scenarios, ensuring the reliability and robustness of the functionalities.
Current Coverage
New Coverage
Changes:
Testing:
Impact:
This enhancement bolsters code reliability and facilitates future development by providing a more robust testing framework.
Checklist:
The PR content was generated automatically using testing-agent