mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
Modernization, better linting, adjustment after stricter static rules
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
var log = require('../../logger').create();
|
||||
describe('when using the ganttDb',function() {
|
||||
var parseError, gantt;
|
||||
var parseError, gantt, gDb;
|
||||
var moment = require('moment');
|
||||
|
||||
beforeEach(function () {
|
||||
|
Reference in New Issue
Block a user