increasing test coverage to 20 percent 19/66519/1
authorSteven Thomas <steve.thomas@amdocs.com>
Thu, 13 Sep 2018 20:22:40 +0000 (16:22 -0400)
committerSteven Thomas <steve.thomas@amdocs.com>
Thu, 13 Sep 2018 20:23:05 +0000 (16:23 -0400)
commit96319fec0d2af2be5802a56d6b05a3ada939c8df
tree630e87f62fbbebcded761bf3e67d0f3eb5b78598
parentd1975c8134f0401b0ccebf3719eda129d53dac14
increasing test coverage to 20 percent

Issue-ID: AAI-1599
Change-Id: I345e38d4319e52b56de0a33d7065e02617cc2103
Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
52 files changed:
.gitignore
package.json
resources/images/icons/reports.png [new file with mode: 0644]
resources/images/icons/reports.svg [new file with mode: 0644]
resources/scss/common/_layout.scss
resources/views/customComponents.json [new file with mode: 0644]
scripts/build/build.sh
src/app/AppStore.js
src/app/MainScreenHeader.jsx
src/app/MainScreenWrapper.jsx
src/app/MainScreenWrapperActionHelper.js
src/app/configurableViews/ConfigurableViewActions.js [new file with mode: 0644]
src/app/configurableViews/ConfigurableViewConstants.js [new file with mode: 0644]
src/app/configurableViews/ConfigurableViewManager.js [new file with mode: 0644]
src/app/configurableViews/ConfigurableViewReducer.js [new file with mode: 0644]
src/app/configurableViews/index.js [new file with mode: 0644]
src/app/networking/NetworkCalls.js
src/app/tierSupport/TierSupportActions.js
src/generic-components/autoCompleteSearchBar/AutoCompleteSearchBar.jsx
src/generic-components/componentManager/ComponentManagerContainer.jsx
src/generic-components/graph/Link.jsx
src/generic-components/graph/Node.jsx
src/generic-components/graph/SVGShape.jsx
src/generic-components/input/ToggleInput.jsx
src/generic-components/input/inputOptions/InputOptions.jsx
src/generic-components/map/TopographicMap.jsx
src/generic-components/notifications/NotificationModal.jsx
src/generic-components/panel/SlidePanel.jsx
src/generic-components/titledContainer/TitledContainer.jsx
src/generic-components/toggleButtonGroup/ToggleButtonGroup.jsx
src/utils/Crypto.js
src/utils/SpinnerContainer.jsx
test/autoCompleteSearchBar/AutoCompleteSearchBar.test.js [new file with mode: 0644]
test/configurableViews/ConfigurableViewActions.test.js [new file with mode: 0644]
test/configurableViews/ConfigurableViewReducer.test.js [new file with mode: 0644]
test/fileMock.js [moved from scripts/test/fileMock.js with 100% similarity]
test/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBar.test.js [new file with mode: 0644]
test/globalAutoCompleteSearchBar/GlobalAutoCompleteSearchBarReducer.test.js [new file with mode: 0644]
test/globalInlineMessageBar/GlobalInlineMessageBar.test.js [new file with mode: 0644]
test/globalInlineMessageBar/GlobalInlineMessageBarAction.test.js [new file with mode: 0644]
test/globalInlineMessageBar/GlobalInlineMessageBarReducer.test.js [new file with mode: 0644]
test/input/SelectInput.test.js [new file with mode: 0644]
test/input/ToggleInput.test.js [new file with mode: 0644]
test/setupTests.js [moved from scripts/test/setupTests.js with 100% similarity]
test/styleMock.js [moved from scripts/test/styleMock.js with 100% similarity]
test/tierSupport/TierSupportActions.test.js [new file with mode: 0644]
test/tierSupport/TierSupportReducer.test.js [new file with mode: 0644]
test/utils/KeyMirror.test.js [new file with mode: 0644]
test/utils/Routes.test.js [new file with mode: 0644]
test/utils/SpinnerContainer.test.js
webpack.config.js
webpack.devConfig.js