-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix(update): add OrEqual to update.checked test #5171
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
✨ code-server docs for PR #5171 is ready! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #5171 +/- ##
=======================================
Coverage 71.73% 71.73%
=======================================
Files 30 30
Lines 1691 1691
Branches 375 375
=======================================
Hits 1213 1213
Misses 409 409
Partials 69 69 Continue to review full report at Codecov.
|
expect(update.checked).toBeGreaterThanOrEqual(now) | ||
expect(update.checked).toBeLessThanOrEqual(Date.now()) |
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.
<3
Fixes a flaky test in
update.test.ts