Add typescript paths to top level folders
[arvados-workbench2.git] / src / store / auth / auth-reducer.test.ts
index 0e05263d4301a7b3d94f0408670da9a9cc019fd5..bc9d34ee0ae5dde439e3332837867037669a96ba 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;