()
| 45 | } |
| 46 | |
| 47 | function createSlideXml(): string { |
| 48 | return `<p:sld xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"> |
| 49 | <p:cSld> |
| 50 | <p:spTree> |
| 51 | <p:nvGrpSpPr><p:cNvPr id="1" name="" /><p:cNvGrpSpPr /><p:nvPr /></p:nvGrpSpPr> |
| 52 | <p:grpSpPr /> |
| 53 | </p:spTree> |
| 54 | </p:cSld> |
| 55 | </p:sld>` |
| 56 | } |
| 57 | |
| 58 | describe('buildPresentation', () => { |
| 59 | it('does not treat the standard wps namespace prefix as WPS Office', () => { |