|
Ran
|
Files
385
|
Run time
25min
|
Badge
README BADGES
|
push
github
Make tests pass in western hemisphere (#15387) Fix tests run to be able to run in US ET timezone without errors. Make sure that all dates are in local timezone. e.g. new Date('2025-01-01') -> 2024-12-31 19:00 GMT -05:00 ❌ produces invalid results ymd('2025-01-01') -> 2025-01-01 19:00 GMT -05:00 ✔ See also Angular's explanation here [1], which is what they use for their Date pipe. [1]: https://github.com/angular/angular/blob/c2a46d221/packages/common/src/i18n/format_date.ts#L914C1-L924C6
13330 of 15598 branches covered (85.46%)
26885 of 29336 relevant lines covered (91.65%)
33696.43 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|