-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
chore(package): update jasmine to version 3.0.0 #4553
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
Conversation
Starting 3.0, done(something) will fail
0756bcd
to
996fe96
Compare
Codecov Report
@@ Coverage Diff @@
## master #4553 +/- ##
==========================================
+ Coverage 92.87% 93.32% +0.45%
==========================================
Files 118 118
Lines 8491 8931 +440
==========================================
+ Hits 7886 8335 +449
+ Misses 605 596 -9
Continue to review full report at Codecov.
|
With jasmine 3.0, the randomization engine was making the test fails because of the scope of `var`
Yeah, find replace all by const, and fix all wrong conts |
@flovilmart Is your email florent _ at _ flovilmart _ dot _ com? |
484aff3
to
67cbcaa
Compare
@dplewis yep it is |
67cbcaa
to
1f741b4
Compare
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.
LGTM
* chore(package): update jasmine to version 3.0.0 Closes parse-community#4547 * Fixes failing tests for jasmine 3.0 Starting 3.0, done(something) will fail * Update tests so they dont leverage var, but let and const With jasmine 3.0, the randomization engine was making the test fails because of the scope of `var` * Remove randomizer * Use same adapter for PG tests, drop table to ensure the tests dont side effect
Closes #4547