choice, depending to ci
Some checks failed
PR Check / lint-and-format (pull_request) Failing after 14s

This commit is contained in:
Mylloon 2024-09-27 14:48:03 +02:00
parent 9ac8d03a45
commit c4ef3c184c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -18,7 +18,7 @@ describe("Date with correct timezone", () => {
{
const name = "unknown";
test(name, () => {
expect(showDate(name, map, date)).toBe("27/09/2024 @ 10:59:27");
expect(["27/09/2024 @ 10:59:27", "9/27/24, @ 10:59:27"]).toContain(showDate(name, map, date));
});
}
{