Skip to content

Commit bf128c1

Browse files
committed
test: update
1 parent 27c0729 commit bf128c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Resizable.spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ describe('Table.resizable', () => {
200200
const [widthMap, setWidthMap] = React.useState(new Map());
201201

202202
const columns = [
203-
{ key: 'a', dataIndex: 'a', width: 800, resizable: { minWidth: 400 } },
203+
{ key: 'a', dataIndex: 'a', width: 800, resizable: true, minWidth: 400 },
204204
{ key: 'b', dataIndex: 'b', width: 800, resizable: true },
205205
].map(col => ({ ...col, width: widthMap.get(col.key ?? col.dataIndex) || col.width }));
206206

0 commit comments

Comments
 (0)