Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Aug 11, 2021
1 parent ea9cf3d commit 3187402
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ exports[`TreeGridCell uses a child render function to render children 1`] = `
onKeyDown={[Function]}
role="treegrid"
>
<tbody>
<tbody
style={Object {}}
>
<tr>
<td
role="gridcell"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ exports[`TreeGrid renders a table, tbody and any child elements 1`] = `
onKeyDown={[Function]}
role="treegrid"
>
<tbody>
<tbody
style={Object {}}
>
<tr>
<td>
Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`TreeGridRow forwards other props to the rendered tr element 1`] = `
aria-setsize="1"
className="my-row"
role="row"
style={Object {}}
>
<td>
Test
Expand All @@ -23,6 +24,7 @@ exports[`TreeGridRow renders a tr with support for level, positionInSet and setS
aria-posinset="1"
aria-setsize="1"
role="row"
style={Object {}}
>
<td>
Test
Expand Down

0 comments on commit 3187402

Please sign in to comment.