test('renders', () => {
  expect(isValidElement(<TableElement table={table} />)).toBe(true);
});