mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-05 05:14:08 +01:00
New docs and updated dist
This commit is contained in:
@@ -16,6 +16,7 @@ require([], function (){
|
||||
var done = assert.async();
|
||||
require(['mermaid'], function (mermaid) {
|
||||
assert.ok(mermaid, 'mermaid is not null');
|
||||
console.log(mermaid);
|
||||
mermaid.init();
|
||||
assert.equal(window.d3.selectAll('path')[0].length, 8,
|
||||
'drew 8 paths');
|
||||
|
||||
Reference in New Issue
Block a user