mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Fix for broken test
This commit is contained in:
parent
0a2804c641
commit
05a594a492
@ -7,8 +7,8 @@ describe('when parsing an info graph it', function () {
|
|||||||
ex.yy = db;
|
ex.yy = db;
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should handle an info definition', function () {
|
it('should handle an example-diagram definition', function () {
|
||||||
let str = `info
|
let str = `example-diagram
|
||||||
showInfo`;
|
showInfo`;
|
||||||
|
|
||||||
ex.parse(str);
|
ex.parse(str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user