mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-04 06:39:40 +02:00
Removed unnecessary TODO
This commit is contained in:
@@ -3,7 +3,6 @@ import { parser } from './sankey-arrow.jison';
|
||||
import db from '../sankeyDB.js';
|
||||
|
||||
describe('sankey-beta diagram', function () {
|
||||
// TODO - these examples should be put into ./parser/stateDiagram.spec.js
|
||||
describe('when parsing an info graph it', function () {
|
||||
beforeEach(function () {
|
||||
parser.yy = db;
|
||||
|
Reference in New Issue
Block a user