X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ed9321c52cef8fbb9f29d4cf1c2145fbfa90f297..7a8fafa13f5f94945cf0a4c5965db273f3435823:/src/store/collection-panel/collection-panel-files/collection-panel-files-reducer.test.ts diff --git a/src/store/collection-panel/collection-panel-files/collection-panel-files-reducer.test.ts b/src/store/collection-panel/collection-panel-files/collection-panel-files-reducer.test.ts index 94b71ffb..90dedaaa 100644 --- a/src/store/collection-panel/collection-panel-files/collection-panel-files-reducer.test.ts +++ b/src/store/collection-panel/collection-panel-files/collection-panel-files-reducer.test.ts @@ -4,8 +4,8 @@ import { collectionPanelFilesReducer } from "./collection-panel-files-reducer"; import { collectionPanelFilesAction } from "./collection-panel-files-actions"; -import { CollectionFile, CollectionDirectory, createCollectionFile, createCollectionDirectory } from "../../../models/collection-file"; -import { createTree, setNode, getNodeValue, mapTreeValues, Tree } from "../../../models/tree"; +import { CollectionFile, CollectionDirectory, createCollectionFile, createCollectionDirectory } from "~/models/collection-file"; +import { createTree, setNode, getNodeValue, mapTreeValues } from "~/models/tree"; import { CollectionPanelFile, CollectionPanelDirectory } from "./collection-panel-files-state"; describe('CollectionPanelFilesReducer', () => {