[ARVADOS-WORKBENCH2] updated: 1.1.4-441-g27f903d

Git user git at public.curoverse.com
Thu Aug 2 03:16:03 EDT 2018


Summary of changes:
 src/store/auth/auth-actions.test.ts | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  27f903d5e3aa7f1c936808d0a7be37a70283516f (commit)
      from  c9185154744d997a35833de9c8e2cb9640b1162b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 27f903d5e3aa7f1c936808d0a7be37a70283516f
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Thu Aug 2 09:16:00 2018 +0200

    Fix test passing
    
    Feature #13901
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>

diff --git a/src/store/auth/auth-actions.test.ts b/src/store/auth/auth-actions.test.ts
index dc399cf..1ded88e 100644
--- a/src/store/auth/auth-actions.test.ts
+++ b/src/store/auth/auth-actions.test.ts
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import { authReducer, AuthState } from "./auth-reducer";
-import { AuthAction, authActions, initAuth } from "./auth-action";
+import { AuthAction, initAuth } from "./auth-action";
 import {
     API_TOKEN_KEY,
     USER_EMAIL_KEY,
@@ -16,7 +16,7 @@ import {
 import 'jest-localstorage-mock';
 import { createServices } from "../../services/services";
 import { configureStore, RootStore } from "../store";
-import createBrowserHistory from "../../../node_modules/@types/history/createBrowserHistory";
+import createBrowserHistory from "history/createBrowserHistory";
 
 describe('auth-actions', () => {
     let reducer: (state: AuthState | undefined, action: AuthAction) => any;
@@ -51,6 +51,7 @@ describe('auth-actions', () => {
         });
     });
 
+    // TODO: Add remaining action tests
     /*
     it('should fire external url to login', () => {
         const initialState = undefined;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list