Skip to content

Commit

Permalink
Skip themeStyleOverrides
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Jul 11, 2024
1 parent 987d145 commit a07fc76
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('<DateRangePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('<DateTimeRangePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe('<DesktopDateRangePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('<DesktopDateTimeRangePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ describe('<MobileDateRangePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('<MobileDateTimeRangePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ describe('<PickersRangeCalendarHeader /> - Describes', () => {
render,
muiName: 'MuiPickersRangeCalendarHeader',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeDefaultProps'],
skip: [
'componentProp',
'componentsProp',
'themeVariants',
'themeDefaultProps',
'themeStyleOverrides',
],
}),
);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('<SingleInputDateRangeField /> - Describes', () => {
render,
muiName: 'MuiSingleInputDateRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
}));

describeRangeValidation(SingleInputDateRangeField, () => ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('<SingleInputDateTimeRangeField /> - Describes', () => {
render,
muiName: 'MuiSingleInputDateTimeRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
}));

describeRangeValidation(SingleInputDateTimeRangeField, () => ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('<SingleInputTimeRangeField /> - Describes', () => {
render,
muiName: 'MuiSingleInputTimeRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
}));

describeRangeValidation(SingleInputTimeRangeField, () => ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('<DateField /> - Describes', () => {
render,
muiName: 'MuiDateField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
}));

describeValue(DateField, () => ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('<DatePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('<DateTimeField /> - Describes', () => {
render,
muiName: 'MuiDateTimeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
}));

describeValue(DateTimeField, () => ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('<DateTimePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('<DesktopDatePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ describe('<DesktopDateTimePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('<DesktopTimePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('<MobileDatePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('<MobileDateTimePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('<MobileTimePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('<StaticDatePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('<StaticDateTimePicker /> - Describes', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('<StaticTimePicker />', () => {
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
'mergeClassName',
'propsSpread',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('<TimeField /> - Describes', () => {
render,
muiName: 'MuiTimeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
}));

describeValue(TimeField, () => ({
Expand Down

0 comments on commit a07fc76

Please sign in to comment.