X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=test%2FvnfSearch%2FVnfSearchReducer.test.js;fp=src%2Fapp%2FvnfSearch%2FVnfSearchReducer.test.js;h=381a69651a39420a7edf1cccb2dfc892e05993bd;hp=ff06770d1841ea836798c472dc84fe6e208395db;hb=75597ac2b51ba62bee33f72a7b55a549cf43a16f;hpb=4cbfb73eebc578c62ff38c82f969782e229ce969 diff --git a/src/app/vnfSearch/VnfSearchReducer.test.js b/test/vnfSearch/VnfSearchReducer.test.js similarity index 98% rename from src/app/vnfSearch/VnfSearchReducer.test.js rename to test/vnfSearch/VnfSearchReducer.test.js index ff06770..381a696 100644 --- a/src/app/vnfSearch/VnfSearchReducer.test.js +++ b/test/vnfSearch/VnfSearchReducer.test.js @@ -1,4 +1,4 @@ -import VnfSearchReducer from './VnfSearchReducer.js'; +import VnfSearchReducer from 'app/vnfSearch/VnfSearchReducer.js'; import { vnfActionTypes, CHART_ORCH_STATUS, @@ -6,12 +6,12 @@ import { CHART_NF_ROLE, CHART_NF_TYPE, TOTAL_VNF_COUNT -} from './VnfSearchConstants.js'; +} from 'app/vnfSearch/VnfSearchConstants.js'; import {ERROR_RETRIEVING_DATA} from 'app/networking/NetworkConstants.js'; import { filterBarActionTypes, MESSAGE_LEVEL_DANGER -} from 'utils/GlobalConstants.js'; +} from 'utils/GlobalConstants'; import { globalAutoCompleteSearchBarActionTypes } from 'app/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBarConstants.js';