Refactor code

This commit is contained in:
Tyler Long
2017-04-17 00:12:30 +08:00
parent 8b44401b1b
commit 3ac23c21d9
8 changed files with 35 additions and 47 deletions

View File

@@ -20,7 +20,7 @@ require([], function () {
console.log(mermaid)
mermaid.init()
assert.equal(window.d3.selectAll('path')[0].length, 8,
'drew 8 paths')
'drew 8 paths')
done()
})
})