Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 259 Bytes

These tests require rabbitmq server running. Environment variable RABBIT_URL is used to connect to server.

Example of test command:

RABBIT_URL=amqp://192.168.99.100:5672 npm test

To run rabbitmq using docker just use npm run start-test-rabbit.