stable
Clone or download
Read-only
This alias has been migrated to work with Jest to help the migration from Karma/Jasmine. Outside of the test environnement there is only two usages so it can safely be removed. Using aliases requires to maintain in sync multiple configuration (Typescript, Webpack and Jest) and debugging it is painful. Part of request #13806: Use Jest as the default test framework for JS unit tests Change-Id: Ice3330c6172cb82b39e6f14a55bc4b211f457b97
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/jest.config.js | +1 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/DetailsItemButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/NewItemButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/NewItemVersionButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ChildFolder.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/CopyItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/CutItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/LockItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewIDocument.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PasteItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UnlockItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/GoBackToRootButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ShowErrorDetails.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContent.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeaderAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderLoadingScreen.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/EmbeddedFileEditionSwitcher.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListMultipleValue.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListSingleValue.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/TitleMetadata.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/TypeSelectorForEmptyModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalMetadataList.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookMetadataDate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/RootFolder.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/SwitchToOldUI.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/jest.config.js | +1 | −5 | Go to diff View file |
M | plugins/document/scripts/webpack.config.js | +2 | −3 | Go to diff View file |
M | plugins/frs/www/js/angular/jest.config.js | +1 | −2 | Go to diff View file |
M | plugins/release_widget/scripts/jest.config.js | +1 | −5 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/App.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/RoadmapSection/RoadmapSection.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseBadges.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChart.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChartError.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDisplayer.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/WhatsHotSection.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/webpack.config.js | +1 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/jest.config.js | +1 | −5 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/ErrorModal.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CardWithChildren.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CellForSoloCard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CollapsedSwimlane.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ParentCell.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/SwimlaneSkeleton.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/ExpandButton.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CardsInColumnCount.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CollapseButton.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/ExpandedHeaderCell.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/WrongColorPopover.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.test.ts | +4 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/webpack.common.js | +1 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/jest.config.js | +1 | −5 | Go to diff View file |
M | plugins/timetracking/www/scripts/webpack.config.js | +1 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/jest.config.js | +1 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/webpack.config.js | +0 | −1 | Go to diff View file |
M | src/www/scripts/jest.config.js | +1 | −5 | Go to diff View file |
M | tools/utils/scripts/webpack-aliases.js | +1 | −7 | Go to diff View file |
M | tsconfig.json | +1 | −2 | Go to diff View file |