-
Notifications
You must be signed in to change notification settings - Fork 51
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
Unit Testing #41
Comments
@Abhishek-kumar09 @KeenWarrior @kunal-kushwaha Please guide through the issue |
It will be great if you try to implement unit tests for current features, if you don't have any idea about it you can try to learn and ask here if you are having any doubts/querys |
Ok, Thank you @NeelParihar, I will get started |
I had been reading a lot about testing on nestJS, Can you tell any starting point you would prefer @NeelParihar @Abhishek-kumar09 ?? |
I think testing with jest would be a fine start https://docs.nestjs.com/fundamentals/testing Have to test endpoints and schemas one by one. |
Describe the solution you'd like
I have learned unit testing recently and would like to write test for the application server so that, we can test individual components before hand to ensure a smooth flow while the whole application runs.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: