stable

Clone or download

Read-only

Purge all karma/jasmine configuration

Part of request #13806: Use Jest as the default test framework for JS unit tests No functional changes. I took the opportunity to remove various webpack "test-only" aliases. Also, it turns out our build system relied on "core-js" in the root directory, which was an indirect dependency so I added the package there. Change-Id: I91417bd29451df00c316516210ecd786b34d0358

Modified Files

Name
M .eslintignore +0 −1 Go to diff View file
M .eslintrc.js +0 −29 Go to diff View file
M package-lock.json +10 −1492 Go to diff View file
M package.json +2 −14 Go to diff View file
M plugins/agiledashboard/www/js/kanban/webpack.config.js +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.test.js +1 −1 Go to diff View file
M plugins/document/scripts/webpack.config.js +1 −1 Go to diff View file
M plugins/git/www/scripts/webpack.config.js +1 −1 Go to diff View file
M plugins/label/www/scripts/webpack.config.js +1 −1 Go to diff View file
M plugins/pullrequest/www/scripts/package.json +0 −1 Go to diff View file
M plugins/pullrequest/www/scripts/webpack.config.js +2 −2 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverview.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverviewTableRow.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverviewUserList.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/TimetrackingOverviewTable.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/reading-mode/TimeTrackingOverviewReadingMode.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/reading-mode/TimeTrackingOverviewTrackerList.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/writing-mode/TimeTrackingOverviewWritingTrackers.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/webpack.config.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/common/RichTextEditor.test.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +3 −51 Go to diff View file
D src/www/scripts/vue-components/store-wrapper.js +0 −43 Go to diff View file
M src/www/scripts/webpack.richtext.js +1 −1 Go to diff View file
M src/www/scripts/webpack.vue.js +1 −1 Go to diff View file
M src/www/themes/common/tlp/mocks/index.js +6 −24 Go to diff View file
D src/www/themes/common/tlp/mocks/jQuery.js +0 −22 Go to diff View file
M tests/actions.groovy +0 −10 Go to diff View file
M tests/jest/jest.base.config.js +0 −1 Go to diff View file
D tools/utils/scripts/karma-common-config.js +0 −63 Go to diff View file
D tools/utils/scripts/karma-configurator.js +0 −100 Go to diff View file
M tools/utils/scripts/webpack-aliases.js +0 −43 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +3 −47 Go to diff View file