// 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`] = `
`;
exports[`renders td when children is null/undefined 1`] = `
`;
exports[`sorting does not render a button with readOnly 1`] = `
`;
exports[`sorting is rendered with isSortAscending 1`] = `
`;
exports[`sorting is rendered with isSorted 1`] = `
`;
exports[`sorting renders a button with onSort 1`] = `
`;
exports[`width and style accepts style attribute 1`] = `
`;
exports[`width and style accepts width attribute 1`] = `
`;
exports[`width and style accepts width attribute as number 1`] = `
`;
exports[`width and style resolves style and width attribute 1`] = `
`;