17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / store / run-process-panel / run-process-panel-actions.test.ts
index e9191293408ff0e291860cdd9aab0de8b50582d7..7edc4cffd49b5a5cf806ddf54d8ea9a4662e6430 100644 (file)
@@ -8,7 +8,7 @@ jest.mock("../navigation/navigation-action", () => ({
     navigateTo: (link: any) => link,
 }));
 
-jest.mock("~/models/process", () => ({
+jest.mock("models/process", () => ({
     createWorkflowMounts: jest.fn(),
 }));