Skip to content
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

Open
PrashubhAtri opened this issue Mar 29, 2021 · 5 comments
Open

Unit Testing #41

PrashubhAtri opened this issue Mar 29, 2021 · 5 comments

Comments

@PrashubhAtri
Copy link

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

@PrashubhAtri
Copy link
Author

@Abhishek-kumar09 @KeenWarrior @kunal-kushwaha Please guide through the issue

@NeelParihar
Copy link
Contributor

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

@PrashubhAtri
Copy link
Author

Ok, Thank you @NeelParihar, I will get started

@PrashubhAtri
Copy link
Author

PrashubhAtri commented Apr 10, 2021

I had been reading a lot about testing on nestJS, Can you tell any starting point you would prefer @NeelParihar @Abhishek-kumar09 ??
Sorry, got busy in my college internals

@Abhishek-kumar09
Copy link
Contributor

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.

@Abhishek-kumar09 Abhishek-kumar09 added this to the API Testing with Jest milestone May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants