[ARVADOS-WORKBENCH2] updated: 1.1.4-500-gad5512c

Git user git at public.curoverse.com
Fri Aug 3 01:51:09 EDT 2018


Summary of changes:
 src/components/tree/tree.test.tsx | 2 +-
 src/models/tree.ts                | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

       via  ad5512c3aafbed2e97ea5c24442fcd2d17a35edf (commit)
      from  72c12f527787181e4abb09fc968f07e795179c3c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ad5512c3aafbed2e97ea5c24442fcd2d17a35edf
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Fri Aug 3 07:50:49 2018 +0200

    Fix node_modules imports
    
    Feature #13855
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/components/tree/tree.test.tsx b/src/components/tree/tree.test.tsx
index 1db379f..45981d8 100644
--- a/src/components/tree/tree.test.tsx
+++ b/src/components/tree/tree.test.tsx
@@ -10,7 +10,7 @@ import ListItem from "@material-ui/core/ListItem/ListItem";
 import { Tree, TreeItem } from './tree';
 import { ProjectResource } from '../../models/project';
 import { mockProjectResource } from '../../models/test-utils';
-import { Checkbox } from '../../../node_modules/@material-ui/core';
+import { Checkbox } from '@material-ui/core';
 
 Enzyme.configure({ adapter: new Adapter() });
 
diff --git a/src/models/tree.ts b/src/models/tree.ts
index 61e7d86..b9ef772 100644
--- a/src/models/tree.ts
+++ b/src/models/tree.ts
@@ -1,5 +1,3 @@
-import { Children } from "../../node_modules/@types/react";
-
 // Copyright (C) The Arvados Authors. All rights reserved.
 //
 // SPDX-License-Identifier: AGPL-3.0

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list