X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c276ce4c8dd3cf27ad6d17eca9af473f353fda55..e9d30481d8d57a0b906364ee115e136305b7ce79:/src/components/data-explorer/data-explorer.test.tsx diff --git a/src/components/data-explorer/data-explorer.test.tsx b/src/components/data-explorer/data-explorer.test.tsx index 882c178b..d74b5319 100644 --- a/src/components/data-explorer/data-explorer.test.tsx +++ b/src/components/data-explorer/data-explorer.test.tsx @@ -73,15 +73,6 @@ describe("", () => { expect(onRowClick).toHaveBeenCalledWith("rowClick"); }); - it("does not render if there is no items", () => { - const dataExplorer = mount(); - expect(dataExplorer.find(DataTable)).toHaveLength(0); - expect(dataExplorer.find(DefaultView)).toHaveLength(1); - }); - it("communicates with ", () => { const onChangePage = jest.fn(); const onChangeRowsPerPage = jest.fn();