mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
WIP - pretty print commit on console
This commit is contained in:
@@ -176,5 +176,7 @@ describe('when parsing a gitGraph',function() {
|
||||
expect(parser.yy.getCurrentBranch()).toBe("newbranch");
|
||||
expect(parser.yy.getBranches()["newbranch"]).toEqual(parser.yy.getBranches()["master"]);
|
||||
expect(parser.yy.getHead().id).toEqual(parser.yy.getBranches()["master"]);
|
||||
|
||||
parser.yy.prettyPrint();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user