-
-
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
test: Add test to return correct field values #9179
test: Add test to return correct field values #9179
Conversation
Thanks for opening this pull request!
|
This will need the next SDK release to work. |
Yes, I'll release a stable version of the JS SDK later today and then merge that in Parse Server -- done as v5.3.0 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #9179 +/- ##
=======================================
Coverage 94.14% 94.14%
=======================================
Files 186 186
Lines 14729 14729
=======================================
+ Hits 13866 13867 +1
+ Misses 863 862 -1 ☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 7.1.0-alpha.15 |
🎉 This change has been released in version 7.2.0-beta.1 |
🎉 This change has been released in version 7.2.0 |
This test is to ensure that server-side changes like #9115 don't cause issues like parse-community/Parse-SDK-JS#2198. Same test added to JS SDK in parse-community/Parse-SDK-JS#2201.