golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀
MIT License
2.26k stars 259 forks source link

docs(rabbitmq): add testing section to rabbitmq README #736

Closed LucasHang closed 4 months ago

LucasHang commented 4 months ago

Add testing documentation on how to prevent connection on test environment and how to mock rabbitmq module derivated.

Motivation: I had some difficulties running e2e tests without setting up a broker. When I finally managed it, I thought it could help someone else. (When looking throw the PRs I saw #690 and that clicked in my mind).

I don't know if it can be done in a simpler way or if already exists testing instructions (I could find none). Anything you think can be better explained, just tell me and I will improve. Thanks.

underfisk commented 4 months ago

@LucasHang Thank you for your contribution!