Skip to content

Commit fb31ee6

Browse files
vishalshrm539Sharma
andauthored
Fixed Case Widget storybook error (#514)
Co-authored-by: Sharma <[email protected]>
1 parent 8da1ad5 commit fb31ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__mocks__/pcoreMocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function setPCoreMocks() {
77
return {
88
getUseLocale: () => 'en-GB',
99
getLocale: () => 'en-GB',
10-
getTimeZone: () => ''
10+
getTimeZone: () => 'America/New_York'
1111
} as any;
1212
};
1313

0 commit comments

Comments
 (0)