stable

Clone or download

Read-only

Make sure the generation of the docx document does not crash

While we cannot make sure the generated document is valid (at least not in an easy way) we can at least make sure the code is somehow correct and does not throw an error. Part of story #22213: get a document with basic fields Change-Id: I5547393ea6d6a74e2fa7b17b950d845cc8ff2913

Modified Files

Name
A plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts +73 −0 Go to diff View file
R plugins/document_generation/scripts/tracker-report-action/src/Exporter/download-docx.ts Go to diff View file
A plugins/document_generation/scripts/tracker-report-action/src/Exporter/trigger-blob-download.ts +29 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/export-document.test.ts +6 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/export-document.ts +4 −3 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/index.ts +25 −6 Go to diff View file