Meteor-Community-Packages / meteor-publication-collector

Test a Meteor publication by collecting its output.
https://atmospherejs.com/johanbrook/publication-collector
MIT License
33 stars 20 forks source link

works with async publish functions #40

Closed minhna closed 5 months ago

minhna commented 1 year ago

I apology the code formating updates. The only change was from the line 78 to 84. Now Meteor are moving to using javascript builtin async/await expression, some publish functions will be async, we need these small change to work with those async publications.