mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
workaround
This commit is contained in:
@@ -136,7 +136,7 @@ describe("bun:jsc", () => {
|
||||
expect(newDateString).not.toBe(origDateString);
|
||||
}
|
||||
|
||||
expect(setTimeZone(realOrigTimezone)).toBe(realOrigTimezone);
|
||||
setTimeZone(realOrigTimezone);
|
||||
|
||||
expect(Intl.DateTimeFormat().resolvedOptions().timeZone).toBe(origTimezone);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user