Skip to content

Commit

Permalink
chore: remvoe range api
Browse files Browse the repository at this point in the history
  • Loading branch information
PengYYYYY committed Aug 15, 2023
1 parent c114b68 commit 5795b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date-picker/__tests__/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('DatePicker', () => {
'2018-08', // new Date(2017, 7)
'2028-04', // new Date(2027, 3)
];
return <DatePicker value={testRange} range></DatePicker>;
return <DatePicker value={testRange}></DatePicker>;
},
});
expect(wrapper.element).toMatchSnapshot();
Expand Down

0 comments on commit 5795b21

Please sign in to comment.