MCPcopy Index your code
hub / github.com/simstudioai/sim / createSlideXml

Function createSlideXml

apps/sim/lib/pptx-renderer/model/presentation.test.ts:47–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47function 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
58describe('buildPresentation', () => {
59 it('does not treat the standard wps namespace prefix as WPS Office', () => {

Callers 1

createFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected