Skip to content

Commit 334dba9

Browse files
committed
fix: coverage
1 parent bcd5422 commit 334dba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/__snapshots__/demo.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3602,7 +3602,7 @@ exports[`Example sizer 1`] = `
36023602
>
36033603
<div
36043604
aria-label="页码"
3605-
class="rc-select rc-pagination-options-size-changer rc-select-single"
3605+
class="rc-select rc-pagination-options-size-changer rc-select-single "
36063606
>
36073607
<div
36083608
class="rc-select-selector"

tests/options.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const WrapperOptions: React.FC<any> = (props) => (
1010
rootPrefixCls="rc-pagination"
1111
selectComponentClass={Select}
1212
pageSize={10}
13-
changeSize={jest.fn()}
13+
onChange={jest.fn()}
1414
quickGo={jest.fn()}
1515
{...props}
1616
/>

0 commit comments

Comments
 (0)