refs #13989 Merge branch 'origin/13989-webdav-service'
[arvados-workbench2.git] / src / store / auth / auth-reducer.test.ts
index aaedd40d0b847455d0852efbce0a031cfd14067d..8eeb7c3c636152c9087b868cd01ca71b1678c9df 100644 (file)
@@ -6,7 +6,7 @@ import { authReducer, AuthState } from "./auth-reducer";
 import { AuthAction, authActions } from "./auth-action";
 
 import 'jest-localstorage-mock';
-import { createServices } from "../../services/services";
+import { createServices } from "~/services/services";
 
 describe('auth-reducer', () => {
     let reducer: (state: AuthState | undefined, action: AuthAction) => any;