Mocking @golevelup/nestjs-rabbitmq conditionally in Jest tests
Am trying to write a jest test for my application.My application using @golevelup/nestjs-rabbitmq for establishing the connection.As part of test suite, i have created the RabbitMQWrapperModule conditionally. Here is the RabbitMQWrapperModule