Format creadcrumbs test code
[arvados-workbench2.git] / src / components / tree / tree.test.tsx
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 it("should render the tree", () => {
6         expect(true).toBe(true);
7 });