swsnu / swpp2019-team5

WearHouse - Your very own fashion Warehouse
3 stars 4 forks source link

[Setup] Implement InitialState for reducers #12

Closed haesookim closed 5 years ago

haesookim commented 5 years ago

const rootReducer = combineReducers({ login: loginReducer, item: itemReducer, outfit: outfitReducer, tagReducer: tagReducer, router: connectRouter(history) });

이 부분이 현재 CI/Testing에서 작동하지 않는 중