Skip to content
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

chore: mock date in jest #9896

Merged
merged 1 commit into from
Dec 9, 2024
Merged

chore: mock date in jest #9896

merged 1 commit into from
Dec 9, 2024

Conversation

splincode
Copy link
Member

Fixes #9872

@splincode splincode requested a review from a team as a code owner December 3, 2024 13:26
@splincode splincode requested review from MarsiBarsi, waterplea, nsbarsukov, vladimirpotekhin and mdlufy and removed request for a team December 3, 2024 13:26
Copy link

lumberjack-bot bot commented Dec 3, 2024

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

Copy link
Contributor

github-actions bot commented Dec 3, 2024

Visit the preview URL for this PR (updated for commit f58aa4d):

https://taiga-previews-demo--pr9896-splincode-fix-issues-9872-4u8xe9oz.web.app

(expires Tue, 10 Dec 2024 09:50:14 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37

Copy link

bundlemon bot commented Dec 3, 2024

BundleMon

Unchanged files (5)
Status Path Size Limits
demo/browser/main.(hash).js
303.97KB +10%
demo/browser/vendor.(hash).js
259.99KB +10%
demo/browser/runtime.(hash).js
43.88KB +10%
demo/browser/styles.(hash).css
19.63KB +10%
demo/browser/polyfills.(hash).js
11.18KB +10%

No change in files bundle size

Unchanged groups (1)
Status Path Size Limits
demo/browser/*..js
7.33MB -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

Copy link
Contributor

github-actions bot commented Dec 3, 2024

Playwright test results

passed  975 passed

Details

report  Open report ↗︎
stats  975 tests across 69 suites
duration  12 minutes, 56 seconds
commit  f58aa4d

@splincode splincode force-pushed the splincode/fix/issues/9872 branch from 097ee80 to eb424f4 Compare December 3, 2024 14:49
@splincode splincode changed the title chore: mock date in jest [WIP] chore: mock date in jest Dec 5, 2024
@splincode splincode marked this pull request as draft December 5, 2024 07:32
@splincode splincode force-pushed the splincode/fix/issues/9872 branch 4 times, most recently from fab498c to 4b22978 Compare December 8, 2024 20:36
Copy link

codecov bot commented Dec 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.26%. Comparing base (4a26b1a) to head (f58aa4d).
Report is 766 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9896      +/-   ##
==========================================
- Coverage   75.68%   75.26%   -0.42%     
==========================================
  Files        1216     1249      +33     
  Lines       19068    19614     +546     
  Branches     2091     2026      -65     
==========================================
+ Hits        14432    14763     +331     
- Misses       4592     4808     +216     
+ Partials       44       43       -1     
Flag Coverage Δ
summary 75.26% <ø> (-0.42%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@splincode splincode changed the title [WIP] chore: mock date in jest chore: mock date in jest Dec 8, 2024
@splincode splincode marked this pull request as ready for review December 8, 2024 20:45
@splincode splincode force-pushed the splincode/fix/issues/9872 branch from 4b22978 to 21cfbdb Compare December 8, 2024 20:46
@splincode splincode marked this pull request as draft December 9, 2024 08:27
@splincode splincode force-pushed the splincode/fix/issues/9872 branch from 21cfbdb to f58aa4d Compare December 9, 2024 09:46
@splincode splincode marked this pull request as ready for review December 9, 2024 09:46
@splincode splincode enabled auto-merge (squash) December 9, 2024 09:56
@splincode splincode merged commit 1092bcc into main Dec 9, 2024
24 of 25 checks passed
@splincode splincode deleted the splincode/fix/issues/9872 branch December 9, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

🗂 - Unit testing. Make all tests independent of the date
3 participants