// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiTableFooterCell align defaults to left 1`] = `
`;
exports[`OuiTableFooterCell align renders center when specified 1`] = `
`;
exports[`OuiTableFooterCell align renders right when specified 1`] = `
`;
exports[`OuiTableFooterCell is rendered 1`] = `
`;
exports[`OuiTableFooterCell width and style accepts style attribute 1`] = `
`;
exports[`OuiTableFooterCell width and style accepts width attribute 1`] = `
`;
exports[`OuiTableFooterCell width and style accepts width attribute as number 1`] = `
`;
exports[`OuiTableFooterCell width and style resolves style and width attribute 1`] = `
`;