Parse-SDK-JS icon indicating copy to clipboard operation
Parse-SDK-JS copied to clipboard

test: Do not mock ParseObject and ParseOp for ParseQuery tests

Open mstniy opened this issue 1 year ago • 3 comments

Pull Request

Issue

#2122

Closes: #2122

Approach

ParseQuery tests: Do not mock ParseObject and ParseOp ParseObject mocks used by the ParseQuery tests on the upstream branch are broken, and the LocalDatastore tests are only passing because the ParseQuery tests before them are unmocking ParseObject.

Tasks

None

mstniy avatar May 10 '24 12:05 mstniy

Thanks for opening this pull request!

I will reformat the title to use the proper commit message syntax.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (72bc9ac) to head (0ed13b8). Report is 23 commits behind head on alpha.

Additional details and impacted files
@@             Coverage Diff             @@
##            alpha     #2123      +/-   ##
===========================================
+ Coverage   99.98%   100.00%   +0.01%     
===========================================
  Files          61        64       +3     
  Lines        6185      6275      +90     
  Branches     1499      1506       +7     
===========================================
+ Hits         6184      6275      +91     
+ Misses          1         0       -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 10 '24 12:05 codecov[bot]

🎉 This change has been released in version 5.1.0-alpha.10

parseplatformorg avatar May 15 '24 19:05 parseplatformorg

🎉 This change has been released in version 5.1.0-beta.1

parseplatformorg avatar May 16 '24 12:05 parseplatformorg

🎉 This change has been released in version 5.1.0

parseplatformorg avatar May 16 '24 13:05 parseplatformorg