-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Regression test for #871 #1283
Regression test for #871 #1283
Conversation
Syntax error in your test |
@drew-gross updated the pull request. |
let PersonObject = Parse.Object.extend("Person"); | ||
let p1 = new PersonObject(); | ||
let p2 = new PersonObject(); | ||
Parse.Object.saveAll([p1, p2]).then(([p1, p2]) => { |
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.
Causing a syntax error here
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.
Probably passed locally because I'm on a newer node. This is why we have CI :p
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.
Yeah.... I get that often too. NVM FTW
@drew-gross updated the pull request. |
Current coverage is
|
No description provided.