Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/x-charts/src/ChartsLabel/ChartsLabel.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('<ChartsLabel />', () => {
'themeCustomPalette',
'themeDefaultProps',
'componentProp',
'componentsProp',
],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('<ChartsLabelGradient />', () => {
ThemeProvider,
createTheme,
// SKIP
skip: ['themeVariants', 'componentProp', 'componentsProp'],
skip: ['themeVariants', 'componentProp'],
}));

// JSDOM does not support SVGMatrix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ describe('<ChartsLabelMark />', () => {
ThemeProvider,
createTheme,
// SKIP
skip: ['themeVariants', 'componentProp', 'componentsProp'],
skip: ['themeVariants', 'componentProp'],
}));
});
2 changes: 1 addition & 1 deletion packages/x-charts/src/ChartsLegend/ChartsLegend.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ describe('<ChartsLegend />', () => {
ThemeProvider,
createTheme,
// SKIP
skip: ['themeVariants', 'componentProp', 'componentsProp'],
skip: ['themeVariants', 'componentProp'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ describe('<ContinuousColorLegend />', () => {
ThemeProvider,
createTheme,
// SKIP
skip: ['themeVariants', 'componentProp', 'componentsProp'],
skip: ['themeVariants', 'componentProp'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('<PiecewiseColorLegend />', () => {
ThemeProvider,
createTheme,
// SKIP
skip: ['themeVariants', 'componentProp', 'componentsProp'],
skip: ['themeVariants', 'componentProp'],
}));

it('should apply inline-start class when labelPosition="inline-start"', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('<DateRangeCalendar />', () => {
render,
muiName: 'MuiDateRangeCalendar',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'themeVariants'],
}));

describe('Selection', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('<DateRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe('<DateRangePickerDay />', () => {
'componentProp',
'rootClass', // forwards classes to DateRangePickerDayDay, but applies root class on DateRangePickerDayRoot
'mergeClassName', // forwards other props (i.e. data-test-id) to the DateRangePickerDayDay, but `className` is applied on the root
'componentsProp',
// TODO: Fix DateRangePickerDays is not spreading props on root
'themeDefaultProps',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('<DateRangePickerDay2 />', () => {
render,
refInstanceof: window.HTMLButtonElement,
// cannot test reactTestRenderer because of required context
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'themeVariants'],
}),
);
});
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('<DateTimeRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<DesktopDateRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('<DesktopDateTimeRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('<DesktopTimeRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<MobileDateRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('<MobileDateTimeRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('<MobileTimeRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('<MultiInputDateRangeField /> - Describe Conformance', () => {
render,
muiName: 'MuiMultiInputDateRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['themeVariants', 'componentProp', 'componentsProp'],
skip: ['themeVariants', 'componentProp'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('<MultiInputDateTimeRangeField /> - Describe Conformance', () => {
render,
muiName: 'MuiMultiInputDateTimeRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'themeVariants'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ describe('<MultiInputTimeRangeField /> - Describe Conformance', () => {
render,
muiName: 'MuiMultiInputTimeRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['themeVariants', 'componentProp', 'componentsProp'],
skip: ['themeVariants', 'componentProp'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ describe('<PickersRangeCalendarHeader /> - Describe Conformance', () => {
render,
muiName: 'MuiPickersRangeCalendarHeader',
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeVariants',
'themeDefaultProps',
'themeStyleOverrides',
],
skip: ['componentProp', 'themeVariants', 'themeDefaultProps', 'themeStyleOverrides'],
}),
);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ describe('<SingleInputDateRangeField /> - Describe Conformance', () => {
render,
muiName: 'MuiSingleInputDateRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
skip: ['componentProp', 'themeVariants', 'themeStyleOverrides'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('<SingleInputDateTimeRangeField /> - Describe Conformance', () => {
render,
muiName: 'MuiSingleInputDateTimeRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
skip: ['componentProp', 'themeVariants', 'themeStyleOverrides'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('<SingleInputTimeRangeField /> - Describe Conformance', () => {
render,
muiName: 'MuiSingleInputTimeRangeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
skip: ['componentProp', 'themeVariants', 'themeStyleOverrides'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<StaticDateRangePicker />', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('<TimeRangePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ describe('<DateCalendar /> - Describe Conformance', () => {
render,
muiName: 'MuiDateCalendar',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'themeVariants'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ describe('<DateField /> - Describe Conformance', () => {
render,
muiName: 'MuiDateField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
skip: ['componentProp', 'themeVariants', 'themeStyleOverrides'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('<DatePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ describe('<DateTimeField /> - Describe Conformance', () => {
render,
muiName: 'MuiDateTimeField',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants', 'themeStyleOverrides'],
skip: ['componentProp', 'themeVariants', 'themeStyleOverrides'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe('<DateTimePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe('<DayCalendarSkeleton />', () => {
render,
muiName: 'MuiDayCalendarSkeleton',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'refForwarding', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'refForwarding', 'themeVariants'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<DesktopDatePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ describe('<DesktopDateTimePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe('<DesktopTimePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('<DigitalClock /> - Describe Conformance', () => {
render,
muiName: 'MuiDigitalClock',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'themeVariants'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<MobileDatePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<MobileDateTimePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<MobileTimePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('<MonthCalendar /> - Describe Conformance', () => {
render,
muiName: 'MuiMonthCalendar',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'themeVariants'],
}));
});
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ describe('<MultiSectionDigitalClock /> - Describe Conformance', () => {
render,
muiName: 'MuiMultiSectionDigitalClock',
refInstanceof: window.HTMLDivElement,
skip: ['componentProp', 'componentsProp', 'themeVariants'],
skip: ['componentProp', 'themeVariants'],
}));
});
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/PickerDay2/PickerDay2.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('<PickerDay2 />', () => {
muiName: 'MuiPickerDay2',
refInstanceof: window.HTMLButtonElement,
testVariantProps: { variant: 'disableMargin' },
skip: ['componentProp', 'componentsProp'],
skip: ['componentProp'],
}),
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ describe('<PickersCalendarHeader /> - Describe Conformance', () => {
render,
muiName: 'MuiPickersCalendarHeader',
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeVariants',
'slotPropsCallbackWithPropsAsOwnerState',
],
skip: ['componentProp', 'themeVariants', 'slotPropsCallbackWithPropsAsOwnerState'],
slots: {
switchViewButton: {
expectedClassName: pickersCalendarHeaderClasses.switchViewButton,
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/src/PickersDay/PickersDay.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('<PickersDay />', () => {
muiName: 'MuiPickersDay',
refInstanceof: window.HTMLButtonElement,
testVariantProps: { variant: 'disableMargin' },
skip: ['componentProp', 'componentsProp'],
skip: ['componentProp'],
}),
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<StaticDatePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('<StaticDateTimePicker /> - Describe Conformance', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ describe('<StaticTimePicker />', () => {
refInstanceof: window.HTMLDivElement,
skip: [
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeStyleOverrides',
'themeVariants',
Expand Down
Loading
Loading