// 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[`children's className merges new classnames into existing ones 1`] = `
`; exports[`renders OuiTableRowCell 1`] = `
children
`; exports[`textOnly defaults to true 1`] = `
`; exports[`textOnly is rendered when specified 1`] = `
`; exports[`truncateText defaults to false 1`] = `
`; exports[`truncateText is rendered when specified 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
`;