stable

Clone or download

Read-only

Fix package.json scripts for unit tests

Part of story #11347 - have a UI to access Move artifact This patch introduces different npm scripts for to launch the unit tests of the artifact-modal and the artifact-action-button. I've also taken the opportunity to remove the dependency to concurrently. How to test: - npm run watch-modal -> UT of the artifact-modal are launched in watch mode - npm run watch-artifacts -> UT of the artifact-action-button are launched in watch-mode - npm run coverage-modal -> Shows the code coverage of the artifact-modal - npm run coverage-artifacts -> Shows the code coverage of the artifact-action-button Change-Id: I7a82d974650e631fda90a2297cef4d85268899a9

Modified Files

Name
M plugins/tracker/www/scripts/package-lock.json +0 −120 Go to diff View file
M plugins/tracker/www/scripts/package.json +4 −3 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +1 −0 Go to diff View file