fix test syntax
This commit is contained in:
parent
43016f9de6
commit
c1472d93a0
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ describe('Metamaps.Util.js', function() {
|
||||||
const html = '<p></p>'
|
const html = '<p></p>'
|
||||||
expect(Util.mdToHTML(md).trim()).to.equal(html)
|
expect(Util.mdToHTML(md).trim()).to.equal(html)
|
||||||
})
|
})
|
||||||
|
})
|
||||||
describe('logCanvasAttributes', function() {
|
describe('logCanvasAttributes', function() {
|
||||||
it.skip('TODO need a canvas')
|
it.skip('TODO need a canvas')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue