File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1120,10 +1120,7 @@ describe("Month", () => {
11201120 const { container } = render (
11211121 < Month
11221122 day = { newDate ( "2015-12-01" ) }
1123- excludeDates = { [
1124- newDate ( "2015-02-01" ) ,
1125- newDate ( "2015-07-03" ) ,
1126- ] }
1123+ excludeDates = { [ newDate ( "2015-02-01" ) , newDate ( "2015-07-03" ) ] }
11271124 showQuarterYearPicker
11281125 onDayClick = { onDayClickSpy }
11291126 onDayMouseEnter = { onDayMouseEnterSpy }
@@ -1152,10 +1149,7 @@ describe("Month", () => {
11521149 const { container } = render (
11531150 < Month
11541151 day = { newDate ( "2015-12-01" ) }
1155- includeDates = { [
1156- newDate ( "2015-02-01" ) ,
1157- newDate ( "2015-07-03" ) ,
1158- ] }
1152+ includeDates = { [ newDate ( "2015-02-01" ) , newDate ( "2015-07-03" ) ] }
11591153 showQuarterYearPicker
11601154 onDayClick = { onDayClickSpy }
11611155 onDayMouseEnter = { onDayMouseEnterSpy }
You can’t perform that action at this time.
0 commit comments