Skip to content

Commit 2f279ca

Browse files
committed
update snapshot
1 parent 8757fda commit 2f279ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/__snapshots__/Table.expandRow.spec.js.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ exports[`Table.expand controlled by expandedRowKeys 1`] = `
298298
onHover={[Function]}
299299
onRowClick={[Function]}
300300
onRowDoubleClick={[Function]}
301+
onRowMouseEnter={[Function]}
302+
onRowMouseLeave={[Function]}
301303
prefixCls="rc-table-expanded-row"
302304
rowKey="0-extra-row"
303305
store={
@@ -974,6 +976,8 @@ exports[`Table.expand controlled by expandedRowKeys 2`] = `
974976
onHover={[Function]}
975977
onRowClick={[Function]}
976978
onRowDoubleClick={[Function]}
979+
onRowMouseEnter={[Function]}
980+
onRowMouseLeave={[Function]}
977981
prefixCls="rc-table-expanded-row"
978982
rowKey="1-extra-row"
979983
store={
@@ -1430,6 +1434,8 @@ exports[`Table.expand expand row by click 1`] = `
14301434
onHover={[Function]}
14311435
onRowClick={[Function]}
14321436
onRowDoubleClick={[Function]}
1437+
onRowMouseEnter={[Function]}
1438+
onRowMouseLeave={[Function]}
14331439
prefixCls="rc-table-expanded-row"
14341440
rowKey="0-extra-row"
14351441
store={

0 commit comments

Comments
 (0)