You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
To give some more context, the AmqpConnector should be refactored to receive the amqplib instance during construction. This allows a test to supply a fake amqplib instance which doesn't communicate to any real amqp service, but rather spies on the invoked methods and asserts that certain methods have been called. The Mocha docs have a list of supported spying libraries.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there are no tests for amqp.
Can be implemented via Dependency Injection.
The text was updated successfully, but these errors were encountered: