stable

Clone or download

Read-only

Remove tlp-fetch-mocks-helper-jest alias

Part of request #13806: Use Jest as the default test framework for JS unit tests Using aliases requires to maintain in sync multiple configuration (Typescript and Jest in this case) and debugging it is painful. This alias is only used in tests so no functional change is expected. Change-Id: I717ebdffcae74528fb3942f54a1b0cb848a3f7f8

Modified Files

Name
M plugins/agiledashboard/www/js/artifact-additional-action/src/artifact-additional-action.test.ts +4 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.js +4 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/load-ascendant-hierarchy.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/load-folder-content.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-actions.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-actions.test.js +1 −1 Go to diff View file
M plugins/git/www/scripts/repositories/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/actions.test.js +4 −1 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.test.js +1 −1 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/rest-querier.test.js +1 −1 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/api/rest-querier.test.ts +1 −1 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/store/actions.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.test.ts +4 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/user/user-actions.test.ts +4 −1 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/api/rest-querier.test.js +2 −2 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.test.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/api/rest-querier.test.js +2 −2 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/store/actions.test.js +2 −2 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/rest/rest-service.test.js +4 −1 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/store/actions.test.js +4 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/actions.test.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-actions.test.js +1 −1 Go to diff View file
M src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.test.js +4 −1 Go to diff View file
M tests/jest/jest.base.config.js +0 −4 Go to diff View file
M tsconfig.json +1 −4 Go to diff View file