Fresh Install Tests #31
fresh-install-tests.yml
on: workflow_dispatch
Unit Tests (Fresh Dep Resolution)
4m 9s
Annotations
6 errors
|
Unit Tests (Fresh Dep Resolution)
Process completed with exit code 1.
|
|
src/docx/docxExporter.test.ts > exporter > should export a document with w:lang when locale is provided:
packages/xl-docx-exporter/src/docx/docxExporter.test.ts#L262
Error: Snapshot `exporter > should export a document with w:lang when locale is provided 1` mismatched
- Expected
+ Received
@@ -1,8 +1,183 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:styles xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16du="http://schemas.microsoft.com/office/word/2023/wordml/word16du" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh w16du">
<w:docDefaults>
+ <w:rPrDefault/>
+ <w:pPrDefault/>
+ </w:docDefaults>
+ <w:style w:type="paragraph" w:styleId="Title">
+ <w:name w:val="Title"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:sz w:val="56"/>
+ <w:szCs w:val="56"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading1">
+ <w:name w:val="Heading 1"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ <w:sz w:val="32"/>
+ <w:szCs w:val="32"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading2">
+ <w:name w:val="Heading 2"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ <w:sz w:val="26"/>
+ <w:szCs w:val="26"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading3">
+ <w:name w:val="Heading 3"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="1F4D78"/>
+ <w:sz w:val="24"/>
+ <w:szCs w:val="24"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading4">
+ <w:name w:val="Heading 4"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:i/>
+ <w:iCs/>
+ <w:color w:val="2E74B5"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading5">
+ <w:name w:val="Heading 5"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading6">
+ <w:name w:val="Heading 6"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="1F4D78"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Strong">
+ <w:name w:val="Strong"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:b/>
+ <w:bCs/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="ListParagraph">
+ <w:name w:val="List Paragraph"/>
+ <w:basedOn w:val="Normal"/>
+ <w:qFormat/>
+ </w:style>
+ <w:style w:type="character" w:styleId="Hyperlink">
+ <w:name w:val="Hyperlink"/>
+ <w:basedO
|
|
src/docx/docxExporter.test.ts > exporter > should export a document without w:lang when no locale is provided:
packages/xl-docx-exporter/src/docx/docxExporter.test.ts#L250
Error: Snapshot `exporter > should export a document without w:lang when no locale is provided 1` mismatched
- Expected
+ Received
@@ -1,8 +1,183 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:styles xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16du="http://schemas.microsoft.com/office/word/2023/wordml/word16du" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh w16du">
<w:docDefaults>
+ <w:rPrDefault/>
+ <w:pPrDefault/>
+ </w:docDefaults>
+ <w:style w:type="paragraph" w:styleId="Title">
+ <w:name w:val="Title"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:sz w:val="56"/>
+ <w:szCs w:val="56"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading1">
+ <w:name w:val="Heading 1"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ <w:sz w:val="32"/>
+ <w:szCs w:val="32"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading2">
+ <w:name w:val="Heading 2"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ <w:sz w:val="26"/>
+ <w:szCs w:val="26"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading3">
+ <w:name w:val="Heading 3"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="1F4D78"/>
+ <w:sz w:val="24"/>
+ <w:szCs w:val="24"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading4">
+ <w:name w:val="Heading 4"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:i/>
+ <w:iCs/>
+ <w:color w:val="2E74B5"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading5">
+ <w:name w:val="Heading 5"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading6">
+ <w:name w:val="Heading 6"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="1F4D78"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Strong">
+ <w:name w:val="Strong"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:b/>
+ <w:bCs/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="ListParagraph">
+ <w:name w:val="List Paragraph"/>
+ <w:basedOn w:val="Normal"/>
+ <w:qFormat/>
+ </w:style>
+ <w:style w:type="character" w:styleId="Hyperlink">
+ <w:name w:val="Hyperlink"/>
+ <w:
|
|
src/docx/docxExporter.test.ts > exporter > should export a document with a multi-column block:
packages/xl-docx-exporter/src/docx/docxExporter.test.ts#L215
Error: Snapshot `exporter > should export a document with a multi-column block 2` mismatched
- Expected
+ Received
@@ -1,8 +1,183 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:styles xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w16cex="http://schemas.microsoft.com/office/word/2018/wordml/cex" xmlns:w16cid="http://schemas.microsoft.com/office/word/2016/wordml/cid" xmlns:w16="http://schemas.microsoft.com/office/word/2018/wordml" xmlns:w16du="http://schemas.microsoft.com/office/word/2023/wordml/word16du" xmlns:w16sdtdh="http://schemas.microsoft.com/office/word/2020/wordml/sdtdatahash" xmlns:w16se="http://schemas.microsoft.com/office/word/2015/wordml/symex" mc:Ignorable="w14 w15 w16se w16cid w16 w16cex w16sdtdh w16du">
<w:docDefaults>
+ <w:rPrDefault/>
+ <w:pPrDefault/>
+ </w:docDefaults>
+ <w:style w:type="paragraph" w:styleId="Title">
+ <w:name w:val="Title"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:sz w:val="56"/>
+ <w:szCs w:val="56"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading1">
+ <w:name w:val="Heading 1"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ <w:sz w:val="32"/>
+ <w:szCs w:val="32"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading2">
+ <w:name w:val="Heading 2"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ <w:sz w:val="26"/>
+ <w:szCs w:val="26"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading3">
+ <w:name w:val="Heading 3"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="1F4D78"/>
+ <w:sz w:val="24"/>
+ <w:szCs w:val="24"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading4">
+ <w:name w:val="Heading 4"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:i/>
+ <w:iCs/>
+ <w:color w:val="2E74B5"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading5">
+ <w:name w:val="Heading 5"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="2E74B5"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Heading6">
+ <w:name w:val="Heading 6"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:color w:val="1F4D78"/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="Strong">
+ <w:name w:val="Strong"/>
+ <w:basedOn w:val="Normal"/>
+ <w:next w:val="Normal"/>
+ <w:qFormat/>
+ <w:rPr>
+ <w:b/>
+ <w:bCs/>
+ </w:rPr>
+ </w:style>
+ <w:style w:type="paragraph" w:styleId="ListParagraph">
+ <w:name w:val="List Paragraph"/>
+ <w:basedOn w:val="Normal"/>
+ <w:qFormat/>
+ </w:style>
+ <w:style w:type="character" w:styleId="Hyperlink">
+ <w:name w:val="Hyperlink"/>
+ <w:basedOn w:val="D
|
|
src/docx/docxExporter.test.ts > exporter > should export a document with custom document options:
packages/xl-docx-exporter/src/docx/docxExporter.test.ts#L113
Error: Snapshot `exporter > should export a document with custom document options 1` mismatched
- Expected
+ Received
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/>
<Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering" Target="numbering.xml"/>
<Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes" Target="footnotes.xml"/>
+ <Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/endnotes" Target="endnotes.xml"/>
<Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" Target="settings.xml"/>
<Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments" Target="comments.xml"/>
<Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/header" Target="header1.xml"/>
<Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer" Target="footer1.xml"/>
<Relationship Id="FAKE-ID" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="" TargetMode="External"/>
❯ src/docx/docxExporter.test.ts:113:7
|
|
src/docx/docxExporter.test.ts > exporter > should export a document:
packages/xl-docx-exporter/src/docx/docxExporter.test.ts#L54
Error: Snapshot `exporter > should export a document 1` mismatched
- Expected
+ Received
@@ -384,11 +384,11 @@
<pic:cNvPicPr>
<a:picLocks noChangeAspect="1" noChangeArrowheads="1"/>
</pic:cNvPicPr>
</pic:nvPicPr>
<pic:blipFill>
- <a:blip r:embed="rId6" cstate="none"/>
+ <a:blip r:embed="rId7" cstate="none"/>
<a:srcRect/>
<a:stretch>
<a:fillRect/>
</a:stretch>
</pic:blipFill>
@@ -437,11 +437,11 @@
<pic:cNvPicPr>
<a:picLocks noChangeAspect="1" noChangeArrowheads="1"/>
</pic:cNvPicPr>
</pic:nvPicPr>
<pic:blipFill>
- <a:blip r:embed="rId6" cstate="none"/>
+ <a:blip r:embed="rId7" cstate="none"/>
<a:srcRect/>
<a:stretch>
<a:fillRect/>
</a:stretch>
</pic:blipFill>
❯ src/docx/docxExporter.test.ts:54:5
|