stable

Clone or download

Read-only

DRY agiledashboard Karma configs

Part of request #11438 - DRY Karma installs and configurations How to test: - make post-checkout - go to kanban app - npm run test --> Tests are launched and are all successful - npm run coverage --> Tests are launched, are all successful and the results are displayed in a browser. - npm run watch --> Tests are launched everytime you make a modification in a watched js file Test the same way with planning-v2 app Change-Id: I67e6c32ac51bd22ca5597df2c2aa4b10362961af

Modified Files

Name
M package-lock.json +6 −0 Go to diff View file
M package.json +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/karma.conf.js +15 −70 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package-lock.json +64 −3044 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +8 −14 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/karma.conf.js +15 −69 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package-lock.json +241 −3544 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +8 −15 Go to diff View file
M tools/utils/scripts/karma-common-config.js +7 −1 Go to diff View file