From 79bce239cf7f9fa1a56931865d7dfd3ac87d023d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 27 Sep 2024 14:49:11 +0200 Subject: [PATCH] comment --- tests/utils/time.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/utils/time.test.ts b/tests/utils/time.test.ts index 22df1dd..0c0ef53 100644 --- a/tests/utils/time.test.ts +++ b/tests/utils/time.test.ts @@ -17,6 +17,8 @@ describe("Date with correct timezone", () => { } { const name = "unknown"; + // Depends on the system + // The important is that the date is in the correct timezone (UTC) test(name, () => { expect(["27/09/2024 @ 10:59:27", "9/27/24, @ 10:59:27"]).toContain(showDate(name, map, date)); });