File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/pluggableWidgets/calendar-web
src/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
"publish-marketplace" : " rui-publish-marketplace" ,
42
42
"release" : " pluggable-widgets-tools release:web" ,
43
43
"start" : " pluggable-widgets-tools start:server" ,
44
- "test" : " jest --projects jest.config.js" ,
44
+ "test" : " cross-env TZ=UTC jest --projects jest.config.js" ,
45
45
"update-changelog" : " rui-update-changelog-widget" ,
46
46
"verify" : " rui-verify-package-format"
47
47
},
Original file line number Diff line number Diff line change @@ -860,7 +860,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
860
860
</div >
861
861
<div
862
862
class = " rbc-current-time-indicator"
863
- style = " top: 58.333333333333336 %;"
863
+ style = " top: 50 %;"
864
864
/>
865
865
</div >
866
866
<div
@@ -2721,7 +2721,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
2721
2721
</div >
2722
2722
<div
2723
2723
class = " rbc-current-time-indicator"
2724
- style = " top: 58.333333333333336 %;"
2724
+ style = " top: 50 %;"
2725
2725
/>
2726
2726
</div >
2727
2727
<div
You can’t perform that action at this time.
0 commit comments