mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
refactor fns in ast
This commit is contained in:
@@ -4,7 +4,7 @@ describe('when parsing a gitGraph',function() {
|
||||
"use strict";
|
||||
beforeEach(function () {
|
||||
parser.yy = ast;
|
||||
parser.yy.reset();
|
||||
parser.yy.clear();
|
||||
});
|
||||
it('should handle a gitGraph defintion', function () {
|
||||
var str = 'gitGraph:\n' +
|
||||
|
Reference in New Issue
Block a user