Skip to content

Commit ae003f2

Browse files
Update src/components/calendar-picker/tests/calendar-picker.test.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 0095233 commit ae003f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/calendar-picker/tests/calendar-picker.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('Calendar', () => {
115115
expect(container).toMatchSnapshot()
116116
})
117117

118-
test('should apply custom prefixCls', () => {
118+
test('should prioritize component prefixCls over ConfigProvider', () => {
119119
const { container } = render(
120120
<ConfigProvider prefixCls='config-prefix'>
121121
<CalendarPicker

0 commit comments

Comments
 (0)