// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`VVirtualTable.ts should re-render when items change 1`] = `
a
b
c
`; exports[`VVirtualTable.ts should re-render when items change 2`] = `
d
e
f
`; exports[`VVirtualTable.ts should render 1`] = `
{"items":["a","b","c"]}
`;