X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/4cad4c0d882111b0eb5576005108a62ff30b143d..refs/heads/18881-process-runtime-status:/src/store/auth/auth-reducer.test.ts diff --git a/src/store/auth/auth-reducer.test.ts b/src/store/auth/auth-reducer.test.ts index 756feeeb..6a1fb87f 100644 --- a/src/store/auth/auth-reducer.test.ts +++ b/src/store/auth/auth-reducer.test.ts @@ -6,9 +6,9 @@ import { authReducer, AuthState } from "./auth-reducer"; import { AuthAction, authActions } from "./auth-action"; import 'jest-localstorage-mock'; -import { createServices } from "~/services/services"; -import { mockConfig } from '~/common/config'; -import { ApiActions } from "~/services/api/api-actions"; +import { createServices } from "services/services"; +import { mockConfig } from 'common/config'; +import { ApiActions } from "services/api/api-actions"; describe('auth-reducer', () => { let reducer: (state: AuthState | undefined, action: AuthAction) => any;