chore: merge dev
to main
#181
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ describe("Date with correct timezone", () => {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
const name = "unknown";
|
const name = "unknown";
|
||||||
|
// Depends on the system
|
||||||
|
// The important is that the date is in the correct timezone (UTC)
|
||||||
test(name, () => {
|
test(name, () => {
|
||||||
expect(["27/09/2024 @ 10:59:27", "9/27/24, @ 10:59:27"]).toContain(showDate(name, map, date));
|
expect(["27/09/2024 @ 10:59:27", "9/27/24, @ 10:59:27"]).toContain(showDate(name, map, date));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue