From ea5e43cc939f2010b4f4c97cb8d346c91348fbba Mon Sep 17 00:00:00 2001 From: svishnev Date: Sun, 15 Apr 2018 09:06:57 +0300 Subject: Onboarding filter Issue-ID: SDC-1187 Change-Id: I74ce464c8ee4060c381b094d26d1ded270cdf40d Signed-off-by: svishnev --- openecomp-ui/package.json | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) (limited to 'openecomp-ui/package.json') diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json index 70c86cc50a..6cd9f724ad 100644 --- a/openecomp-ui/package.json +++ b/openecomp-ui/package.json @@ -11,13 +11,17 @@ "static-keys-bundle": "gulp static-keys-bundle", "check-keys-against-bundles": "gulp static-keys-bundle-with-report", "test": "jest", - "test-failedTestReport": "jest --json | node test-utils/failedTestReport.js", + "test-failedTestReport": + "jest --json | node test-utils/failedTestReport.js", "test-dev": "jest --watch", - "test-coverage": "jest --coverage && start ./coverage/lcov-report/index.html", + "test-coverage": + "jest --coverage && start ./coverage/lcov-report/index.html", "test-build": "jest --coverage", - "storybook": "start-storybook -p 9090 -c .storybook -s .storybook/fonts", + "storybook": + "start-storybook -p 9090 -c .storybook -s .storybook/fonts", "storyshots": "jest storyshots.test.js", - "build-storybook": "build-storybook -c .storybook -o .storybook-dist && gulp copy-storybook-fonts", + "build-storybook": + "build-storybook -c .storybook -o .storybook-dist && gulp copy-storybook-fonts", "lint-fix": "eslint --fix --ext .js --ext .jsx src" }, "dependencies": { @@ -49,7 +53,7 @@ "react-show-more": "^1.1.1", "react-sortable": "^1.2.0", "redux": "^3.7.2", - "sdc-ui": "1.6.24", + "sdc-ui": "1.6.27", "uuid-js": "^0.7.5", "validator": "^4.3.0" }, @@ -121,10 +125,12 @@ }, "jest": { "moduleNameMapper": { - "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/test-utils/fileMock.js", + "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": + "/test-utils/fileMock.js", "\\.(css|scss)$": "/test-utils/styleMock.js", "^nfvo-utils/RestAPIUtil.js$": "/test-utils/MockRest.js", - "^sdc-ui/lib/react/SVGIcon.js$": "/test-utils/MockSVGIcon.js", + "^sdc-ui/lib/react/SVGIcon.js$": + "/test-utils/MockSVGIcon.js", "^react-show-more$": "/test-utils/ShowMore.js", "^nfvo-utils(.*)$": "/src/nfvo-utils$1", "^nfvo-components(.*)$": "/src/nfvo-components$1", @@ -136,23 +142,14 @@ "globals": { "DEBUG": false }, - "setupFiles": [ - "/test-utils/test-env-setup.js" - ], + "setupFiles": ["/test-utils/test-env-setup.js"], "setupTestFrameworkScriptFile": "/test-utils/test-setup.js", "testPathIgnorePatterns": [ "/node_modules/", "/test/nfvo-components/storyshots.test.js" ], - "collectCoverageFrom": [ - "src/**/*.{js,jsx}" - ], - "coveragePathIgnorePatterns": [ - "/node_modules/", - "(.)*.stories.js" - ], - "coverageReporters": [ - "lcov" - ] + "collectCoverageFrom": ["src/**/*.{js,jsx}"], + "coveragePathIgnorePatterns": ["/node_modules/", "(.)*.stories.js"], + "coverageReporters": ["lcov"] } } -- cgit 1.2.3-korg