-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async #378
Async #378
Conversation
Keep up with master
Now we mainly need to add test suite for async. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
somehow we ended up with two meteor projects for testing, someapp
and testapp
and I think someapp
has accidentally been added.
Also adjusted Meteor versions for test and package
And import Meteor and Mongo
Not for this PR
OK, figured out the tests, now it is just about converting the test suite to it. |
Got all the async tests running. There seems to be a bug in the async version of detecting roles cycles in |
Guess I fixed this, cf #380 Sometimes it's the small things that matter ;) |
fixing tests
Yup, tests are fixed, thanks @bratelefant 🙌 @StorytellerCZ from my end it's good, should we do a final review or do you think it's fine? |
I think we might need client side tests for async as well, but I think it is fine. I will prepare a feature release once I get some time. |
@jankapunkt so the client tests were much easier than I thought, honestly I kind of find them lacking, but that is for another time. For me we can merge and release this as a new feature version. I will have to look into re-generating the docs with this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ltgm
Continuation of #361