Removed unnecessary TODO

This commit is contained in:
Nikolay Rozhkov
2023-06-27 15:21:36 +03:00
parent 32c8524317
commit 830319e3db

View File

@@ -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;