// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Table align column should not override cell style 1`] = `
Name Age
32
42
`; exports[`Table renders JSX correctly 1`] = `
Name Age
First Name Last Name
John Brown 32
Jim Green 42
`;