mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
remove failing unit test (#3265)
see https://github.com/MichMich/MagicMirror/issues/3254#issuecomment-1800120812
This commit is contained in:
parent
b300191609
commit
3fe5ad4b3d
@ -18,6 +18,7 @@ _This release is scheduled to be released on 2024-01-01._
|
||||
|
||||
- Removed Codecov workflow (not working anymore, other workflow required) (#3107)
|
||||
- Removed titleReplace from calendar, replaced + extended by customEvents (backward compatibility included)
|
||||
- Removed failing unit test (#3254)
|
||||
|
||||
### Updated
|
||||
|
||||
@ -32,7 +33,6 @@ _This release is scheduled to be released on 2024-01-01._
|
||||
- Fix newsfeed module for feeds using "a10:updated" tag (#3238)
|
||||
- Fix issue template (#3167)
|
||||
- Fix #3256 filter out bad results from rrule.between
|
||||
- Fix for failing unit test (#3254)
|
||||
- Fix calendar events sometimes not respecting deleted events (#3250)
|
||||
|
||||
## [2.25.0] - 2023-10-01
|
||||
|
@ -150,17 +150,5 @@ describe("Default modules utils tests", () => {
|
||||
)
|
||||
).toBe("1:13");
|
||||
});
|
||||
|
||||
it("should convert correctly into another timezone", () => {
|
||||
expect(
|
||||
formatTime(
|
||||
{
|
||||
timeFormat: 24,
|
||||
timezone: "America/Toronto"
|
||||
},
|
||||
time
|
||||
)
|
||||
).toBe("09:13");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user