mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
New release
This commit is contained in:
@@ -3,6 +3,8 @@ var ast = require('./gitGraphAst.js');
|
||||
describe('when parsing a gitGraph',function() {
|
||||
'use strict';
|
||||
beforeEach(function () {
|
||||
console.log('ast',ast);
|
||||
console.log('parser',parser);
|
||||
parser.yy = ast;
|
||||
parser.yy.clear();
|
||||
});
|
||||
|
Reference in New Issue
Block a user