remove failing unit test (#3265)

see
https://github.com/MichMich/MagicMirror/issues/3254#issuecomment-1800120812
This commit is contained in:
Karsten Hassel
2023-11-09 22:57:15 +01:00
committed by GitHub
parent b300191609
commit 3fe5ad4b3d
2 changed files with 1 additions and 13 deletions

View File

@@ -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");
});
});
});