| 1 | import { assert, expect } from 'chai'; |
| 2 | import * as sinon from 'sinon'; |
| 3 | import { NO_MESSAGE_HANDLER, RQM_DEFAULT_QUEUE } from '../../constants'; |
| 4 | import { RmqContext } from '../../ctx-host'; |
nothing calls this directly
no test coverage detected