mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Remove parseError properties
This commit is contained in:
@@ -9,9 +9,6 @@ describe('when parsing ', function () {
|
||||
beforeEach(function () {
|
||||
flow.parser.yy = require('../graphDb')
|
||||
flow.parser.yy.clear()
|
||||
/* flow.parser.parse.parseError= function parseError(str, hash) {
|
||||
log.debugconsole.log(str);
|
||||
} */
|
||||
})
|
||||
|
||||
it('should handle a nodes and edges', function () {
|
||||
|
Reference in New Issue
Block a user