From c1472d93a02fdbfe90588f55447e721385aa170e Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 28 Jan 2017 16:29:35 -0500 Subject: [PATCH] fix test syntax --- frontend/test/Metamaps.Util.spec.js | 1 + 1 file changed, 1 insertion(+) 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')