Skip to content

Commit a46ef7b

Browse files
author
刘欢
committed
test: update snap
1 parent ae003f2 commit a46ef7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Calendar should apply custom prefixCls 1`] = `
3+
exports[`Calendar should apply prefixCls from ConfigProvider 1`] = `
44
<div>
55
<div
66
class="config-prefix-calendar-picker"
77
/>
88
</div>
99
`;
1010

11-
exports[`Calendar should apply custom prefixCls 2`] = `
11+
exports[`Calendar should prioritize component prefixCls over ConfigProvider 1`] = `
1212
<div>
1313
<div
1414
class="component-prefix"

0 commit comments

Comments
 (0)