Commit b476346c by Edgar Hipp

commented out test for inlineimages

parent 5a752919
...@@ -121,15 +121,15 @@ describe 'image adding with {% image} syntax', ()-> ...@@ -121,15 +121,15 @@ describe 'image adding with {% image} syntax', ()->
buffer=zip.generate({type:"nodebuffer"}) buffer=zip.generate({type:"nodebuffer"})
fs.writeFile("test_multi.docx",buffer); fs.writeFile("test_multi.docx",buffer);
it 'should work with inline images',()-> # it 'should work with inline images',()->
name='imageInlineExample.docx' # name='imageInlineExample.docx'
imageModule=new ImageModule() # imageModule=new ImageModule()
docX[name].attachModule(imageModule) # docX[name].attachModule(imageModule)
out=docX[name] # out=docX[name]
.load(docX[name].loadedContent) # .load(docX[name].loadedContent)
.setData({firefox:'examples/image2.png'}) # .setData({firefox:'examples/image2.png'})
out # out
.render() # .render()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment