onehilltech / blueprint

solid framework for building APIs and backend services
125 stars 26 forks source link

waitFor helper method #22

Closed hilljh82 closed 8 years ago

hilljh82 commented 8 years ago

It would be great if we had a helper method in Blueprint.js to facilitate testing features that operate atop to messaging platform. Something like the following would be great:

blueprint.testing.waitFor (condition, interval, onComplete);