mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
remove failing unit test (#3265)
see https://github.com/MichMich/MagicMirror/issues/3254#issuecomment-1800120812
This commit is contained in:
@@ -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");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user