choice, depending to ci
Some checks failed
PR Check / lint-and-format (pull_request) Failing after 14s
Some checks failed
PR Check / lint-and-format (pull_request) Failing after 14s
This commit is contained in:
parent
9ac8d03a45
commit
c4ef3c184c
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
});
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue