chore: merge dev to main #181

Merged
Anri merged 40 commits from dev into main 2024-09-27 20:49:36 +02:00
Showing only changes of commit c4ef3c184c - Show all commits

View file

@ -18,7 +18,7 @@ describe("Date with correct timezone", () => {
{ {
const name = "unknown"; const name = "unknown";
test(name, () => { 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));
}); });
} }
{ {