-
-
Notifications
You must be signed in to change notification settings - Fork 597
modernize cloud code #642
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
modernize cloud code #642
Conversation
Parse.Cloud.job('CloudJob2', function() { | ||
return new Promise((resolve) => { | ||
setTimeout(function() { | ||
resolve({ |
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.
Nice
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.
I hope it's gonna work :)
I've been running into this test failing a lot.
|
Codecov Report
@@ Coverage Diff @@
## master #642 +/- ##
=======================================
Coverage 85.68% 85.68%
=======================================
Files 48 48
Lines 3876 3876
Branches 877 877
=======================================
Hits 3321 3321
Misses 555 555 Continue to review full report at Codecov.
|
@dplewis it makes sense as there is o guaraneed order when you save. |
No description provided.