diff --git a/frontend/test/Metamaps.Util.spec.js b/frontend/test/Metamaps.Util.spec.js index db0ab73a..80108ee2 100644 --- a/frontend/test/Metamaps.Util.spec.js +++ b/frontend/test/Metamaps.Util.spec.js @@ -123,6 +123,7 @@ describe('Metamaps.Util.js', function() { const md = '![Image](https://example.org/image.png)' const html = '

![Image](https://example.org/image.png)

' expect(Util.mdToHTML(md).trim()).to.equal(html) + }) }) describe('logCanvasAttributes', function() { it.skip('TODO need a canvas')