stable

Clone or download

Read-only

chore: Build system configurator exposes functions for jest configuration

closes request #28289 Use a function to define Jest configuration No functional change. front-end tests should run successfully and respect the env variables given to them. Change-Id: Ic772a57dce955af68f95d23e52640c74b8d932e1

Modified Files

Name
M lib/frontend/angular-tlp/jest.config.js +2 −3 Go to diff View file
M lib/frontend/build-system-configurator/src/jest/base-config.ts +97 −80 Go to diff View file
M lib/frontend/build-system-configurator/src/main.ts +1 −4 Go to diff View file
M plugins/agiledashboard/scripts/administration/jest.config.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/artifact-additional-action/jest.config.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/jest.config.js +4 −5 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/jest.config.js +6 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/jest.config.js +3 −5 Go to diff View file
M plugins/baseline/jest.config.js +2 −2 Go to diff View file
M plugins/crosstracker/jest.config.js +2 −2 Go to diff View file
M plugins/docman/jest.config.js +2 −2 Go to diff View file
M plugins/document/jest.config.js +3 −1 Go to diff View file
M plugins/embed/jest.config.js +3 −3 Go to diff View file
M plugins/forumml/jest.config.js +3 −2 Go to diff View file
M plugins/frs/jest.config.js +2 −5 Go to diff View file
M plugins/git/jest.config.js +3 −1 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/jest.config.js +3 −1 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/jest.config.js +6 −1 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/package.json +1 −1 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/jest.config.js +6 −1 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/package.json +1 −1 Go to diff View file
M plugins/oauth2_server/jest.config.js +3 −3 Go to diff View file
M plugins/program_management/jest.config.js +2 −3 Go to diff View file
M plugins/projectmilestones/jest.config.js +2 −3 Go to diff View file
M plugins/pullrequest/jest.config.js +3 −6 Go to diff View file
M plugins/roadmap/jest.config.js +2 −2 Go to diff View file
M plugins/taskboard/jest.config.js +2 −1 Go to diff View file
M plugins/testmanagement/jest.config.js +4 −9 Go to diff View file
M plugins/testplan/jest.config.js +3 −2 Go to diff View file
M plugins/timetracking/jest.config.js +2 −3 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/jest.config.js +2 −3 Go to diff View file
M plugins/tracker/scripts/artifact/jest.config.js +2 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-ckeditor-image-upload/jest.config.js +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/jest.config.js +3 −6 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/jest.config.js +3 −2 Go to diff View file
M plugins/tracker/scripts/semantics/progress/jest.config.js +2 −2 Go to diff View file
M plugins/tracker/scripts/semantics/timeframe/jest.config.js +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/jest.config.js +2 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/jest.config.js +2 −2 Go to diff View file
M src/jest.config.js +2 −1 Go to diff View file
M tests/jest/jest.projects-plugins.config.js +3 −2 Go to diff View file