// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`align defaults to left 1`] = ` `; exports[`align renders center when specified 1`] = ` `; exports[`align renders right when specified 1`] = ` `; exports[`renders OuiTableHeaderCell 1`] = ` children `; exports[`renders td when children is null/undefined 1`] = ` `; exports[`sorting does not render a button with readOnly 1`] = ` Test `; exports[`sorting is rendered with isSortAscending 1`] = ` Test `; exports[`sorting is rendered with isSorted 1`] = ` Test `; exports[`sorting renders a button with onSort 1`] = ` `; exports[`width and style accepts style attribute 1`] = ` Test `; exports[`width and style accepts width attribute 1`] = ` Test `; exports[`width and style accepts width attribute as number 1`] = ` Test `; exports[`width and style resolves style and width attribute 1`] = ` Test `;