Project

General

Profile

Download (320 Bytes) Statistics
| Branch: | Tag: | Revision:
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TableSelectionHeaderCell renders TableSelectionHeaderCell 1`] = `
<TableSelectionHeading
aria-label="some label"
className=""
>
<TableCheckbox
checked={true}
id="some id"
label="some label"
onChange={[Function]}
/>
</TableSelectionHeading>
`;
(6-6/6)