mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 12:14:07 +01:00
Modernization of build environment, better linting, adjustment after stricter static rules, cleanup of package.json
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
* Created by knut on 14-11-18.
|
||||
*/
|
||||
describe('when parsing a gantt diagram it',function() {
|
||||
var parseError, gantt;
|
||||
var gantt;
|
||||
beforeEach(function () {
|
||||
gantt = require('./parser/gantt').parser;
|
||||
gantt.yy = require('./ganttDb');
|
||||
parseError = function(err, hash) {
|
||||
log.debug('Syntax error:' + err);
|
||||
};
|
||||
|
||||
//ex.yy.parseError = parseError;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user