Skip to content

Commit 8f04a8c

Browse files
author
John
committed
update tests
1 parent 977887f commit 8f04a8c

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
@@ -42,6 +42,7 @@ exports[`Table.expand controlled by expandedRowKeys 1`] = `
4242
]
4343
}
4444
expandedRowRender={[Function]}
45+
expandedRowStyle={[Function]}
4546
getBodyWrapper={[Function]}
4647
indentSize={15}
4748
onExpand={[Function]}
@@ -54,6 +55,7 @@ exports[`Table.expand controlled by expandedRowKeys 1`] = `
5455
rowClassName={[Function]}
5556
rowKey="key"
5657
rowRef={[Function]}
58+
rowStyle={[Function]}
5759
scroll={Object {}}
5860
showHeader={true}
5961
style={Object {}}
@@ -564,6 +566,7 @@ exports[`Table.expand controlled by expandedRowKeys 2`] = `
564566
]
565567
}
566568
expandedRowRender={[Function]}
569+
expandedRowStyle={[Function]}
567570
getBodyWrapper={[Function]}
568571
indentSize={15}
569572
onExpand={[Function]}
@@ -576,6 +579,7 @@ exports[`Table.expand controlled by expandedRowKeys 2`] = `
576579
rowClassName={[Function]}
577580
rowKey="key"
578581
rowRef={[Function]}
582+
rowStyle={[Function]}
579583
scroll={Object {}}
580584
showHeader={true}
581585
style={Object {}}
@@ -1174,6 +1178,7 @@ exports[`Table.expand expand row by click 1`] = `
11741178
expandIconColumnIndex={0}
11751179
expandedRowClassName={[Function]}
11761180
expandedRowRender={[Function]}
1181+
expandedRowStyle={[Function]}
11771182
getBodyWrapper={[Function]}
11781183
indentSize={15}
11791184
onExpand={[Function]}
@@ -1186,6 +1191,7 @@ exports[`Table.expand expand row by click 1`] = `
11861191
rowClassName={[Function]}
11871192
rowKey="key"
11881193
rowRef={[Function]}
1194+
rowStyle={[Function]}
11891195
scroll={Object {}}
11901196
showHeader={true}
11911197
style={Object {}}

0 commit comments

Comments
 (0)