File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
packages/pluggableWidgets/calendar-web/src/__tests__ Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ import { ListValueBuilder } from "@mendix/widget-plugin-test-utils";
44
55import Calendar from "../Calendar" ;
66import { CalendarContainerProps } from "../../typings/CalendarProps" ;
7-
8- // We capture any existing value, switch to UTC, and restore the original value
9- // when the suite finishes.
10-
11- const ORIGINAL_TZ = process . env . TZ ;
12- process . env . TZ = "UTC" ;
13-
147const customViewProps : CalendarContainerProps = {
158 name : "calendar-test" ,
169 class : "calendar-class" ,
@@ -56,10 +49,6 @@ beforeAll(() => {
5649
5750afterAll ( ( ) => {
5851 jest . useRealTimers ( ) ;
59-
60- // Restore whatever time-zone the process was originally using so other
61- // test files are unaffected.
62- process . env . TZ = ORIGINAL_TZ ;
6352} ) ;
6453
6554describe ( "Calendar" , ( ) => {
You can’t perform that action at this time.
0 commit comments