const uuid = require('uuid'); const client = require('../lib/dist'); const Long = require('long'); module.exports = { 'Test Subscribe To Stream Happy Path': function(test) { const resolveLinkTos = false; const numberOfPublishedEvents = 5; test.expect(numberOfPublishedEvents + 6); var publishedEvents = []; for(var i=0;i