mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-08 16:49:38 +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';
|
import db from '../sankeyDB.js';
|
||||||
|
|
||||||
describe('sankey-beta diagram', function () {
|
describe('sankey-beta diagram', function () {
|
||||||
// TODO - these examples should be put into ./parser/stateDiagram.spec.js
|
|
||||||
describe('when parsing an info graph it', function () {
|
describe('when parsing an info graph it', function () {
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
parser.yy = db;
|
parser.yy = db;
|
||||||
|
Reference in New Issue
Block a user