stable
Clone or download
Read-only
Part of request #27556: Migrate Vite-based packages to Vitest Change-Id: I045d1bd7ab87d4f28583757e030c863c271c0ab5
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/document_generation/jest.config.mjs | +0 | −30 | Go to diff View file |
M | plugins/document_generation/package.json | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ArtifactLinkTypesSelector.test.ts | +4 | −4 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FakeWorksheet.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FakeWorksheetColumn.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/MainComponent.test.ts | +2 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.test.ts | +25 | −30 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ProjectSelector.test.ts | +6 | −6 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerReportSelector.test.ts | +14 | −14 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerSelector.test.ts | +8 | −8 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts | +8 | −7 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/field-type-checker.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/headers-formator.test.ts | +3 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts | +6 | −5 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/report-fields-labels-extractor.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/reports-fields-labels-formator.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.test.ts | +2 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/autofilter-generator.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/file-name-generator.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Helpers/id-element-generator.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Helpers/use-promise.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.test.ts | +3 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/init-modal.test.ts | +7 | −4 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.test.ts | +8 | −5 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.test.ts | +6 | −7 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts | +2 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-traceability-matrix.test.ts | +6 | −5 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/rest-querier.test.ts | +3 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TableOfContents/table-of-contents.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TableOfContents/toc-field-instruction.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts | +4 | −3 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/internationalize-test-status.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/internationalize-test-status.test.ts | +1 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/export-document.test.ts | +3 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/export-report-columns-spreadsheet.test.ts | +2 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/show-loader-processing.test.ts | +2 | −1 | Go to diff View file |
M | plugins/document_generation/tsconfig.json | +0 | −1 | Go to diff View file |