| 1 | const EventEmitterPubSub = require('../lib/Adapters/PubSub/EventEmitterPubSub').EventEmitterPubSub; |
| 2 | |
| 3 | describe('EventEmitterPubSub', function () { |
| 4 | it('can publish and subscribe', function () { |
nothing calls this directly
no test coverage detected