mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix: typo in test (#28195)
This commit is contained in:
parent
4790ef59a2
commit
d692d655c7
@ -1151,7 +1151,7 @@ describe('Table.rowSelection', () => {
|
||||
expect(onChange).toHaveBeenCalledWith(['Jack'], [{ name: 'Jack' }]);
|
||||
});
|
||||
|
||||
it('works with selectionType radio receive selectedRowKeys fron [] to undefined', () => {
|
||||
it('works with selectionType radio receive selectedRowKeys from [] to undefined', () => {
|
||||
const onChange = jest.fn();
|
||||
const dataSource = [{ name: 'Jack' }];
|
||||
const wrapper = mount(
|
||||
|
Loading…
Reference in New Issue
Block a user