// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`subscriptions table should render a loading state 1`] = `

Loading

`; exports[`subscriptions table should render a table 1`] = `
Name SKU Contract Start Date End Date
zoo 853987721546 2017-09-21 16:18:44 -0400 2047-09-14 15:18:44 -0500
hsdfhsdh 947637693017 2017-09-25 17:54:36 -0400 2047-09-18 16:54:36 -0500
`; exports[`subscriptions table should render an empty state 1`] = `
EmptyState: {"header":"Yay empty state","description":"There is nothing to see here"}
`;