fix test syntax

This commit is contained in:
Devin Howard 2017-01-28 16:29:35 -05:00
parent 43016f9de6
commit c1472d93a0

View file

@ -123,6 +123,7 @@ describe('Metamaps.Util.js', function() {
const md = '![Image](https://example.org/image.png)'
const html = '<p>![Image](https://example.org/image.png)</p>'
expect(Util.mdToHTML(md).trim()).to.equal(html)
})
})
describe('logCanvasAttributes', function() {
it.skip('TODO need a canvas')