We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae003f2 commit a46ef7bCopy full SHA for a46ef7b
src/components/calendar-picker/tests/__snapshots__/calendar-picker.test.tsx.snap
@@ -1,14 +1,14 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
-exports[`Calendar should apply custom prefixCls 1`] = `
+exports[`Calendar should apply prefixCls from ConfigProvider 1`] = `
4
<div>
5
<div
6
class="config-prefix-calendar-picker"
7
/>
8
</div>
9
`;
10
11
-exports[`Calendar should apply custom prefixCls 2`] = `
+exports[`Calendar should prioritize component prefixCls over ConfigProvider 1`] = `
12
13
14
class="component-prefix"
0 commit comments