X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/0f2d05eeb8a5fbacead1a6c9e9f8403109d8aae2..dd89200ad6fdbfa337fdbab5f54def8712c6746c:/src/store/auth/auth-actions.test.ts diff --git a/src/store/auth/auth-actions.test.ts b/src/store/auth/auth-actions.test.ts index 1ded88ea..dd928e0a 100644 --- a/src/store/auth/auth-actions.test.ts +++ b/src/store/auth/auth-actions.test.ts @@ -11,10 +11,10 @@ import { USER_LAST_NAME_KEY, USER_OWNER_UUID_KEY, USER_UUID_KEY -} from "../../services/auth-service/auth-service"; +} from "~/services/auth-service/auth-service"; import 'jest-localstorage-mock'; -import { createServices } from "../../services/services"; +import { createServices } from "~/services/services"; import { configureStore, RootStore } from "../store"; import createBrowserHistory from "history/createBrowserHistory";