X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/66088cabf30c5291ad8894e7009d9c9af466c158..373a377022b176e1151108c123ddd08d62861da0:/services/workbench2/src/store/project-panel/project-panel-action-bind.ts diff --git a/services/workbench2/src/store/project-panel/project-panel-action-bind.ts b/services/workbench2/src/store/project-panel/project-panel-action-bind.ts index 31a5f8d6b6..a84039571b 100644 --- a/services/workbench2/src/store/project-panel/project-panel-action-bind.ts +++ b/services/workbench2/src/store/project-panel/project-panel-action-bind.ts @@ -4,6 +4,8 @@ import { bindDataExplorerActions } from "store/data-explorer/data-explorer-action"; -const PROJECT_PANEL_ID = "projectPanel"; +// These are split into a separate file to avoid circular imports causing +// invariant violations with unit tests +export const PROJECT_PANEL_ID = "projectPanel"; export const projectPanelActions = bindDataExplorerActions(PROJECT_PANEL_ID);