X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d5a3a1f9623e200dd1170e7b9279127e7f4f0936..f0d519637c997df11d5b1a1b32b3d9e4a2872325:/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 aaedd40d..8eeb7c3c 100644 --- a/src/store/auth/auth-reducer.test.ts +++ b/src/store/auth/auth-reducer.test.ts @@ -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;