// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`VSimpleTable.ts should render 1`] = `
Foo Bar
baz qux
`; exports[`VSimpleTable.ts should render with custom height 1`] = `
Foo Bar
baz qux
`; exports[`VSimpleTable.ts should render with custom wrapper 1`] = `
Foo Bar
baz qux
`; exports[`VSimpleTable.ts should render with top & bottom slots 1`] = `
Header
Footer
`;