mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
test: removed unit test for double circle in the flowRendererv1
The feature is only available using flowRendererv2, which does not have unit tests.
This commit is contained in:
@@ -26,7 +26,6 @@ describe('the flowchart renderer', function () {
|
|||||||
['subroutine', 'subroutine'],
|
['subroutine', 'subroutine'],
|
||||||
['cylinder', 'cylinder'],
|
['cylinder', 'cylinder'],
|
||||||
['group', 'rect'],
|
['group', 'rect'],
|
||||||
['doublecircle', 'doublecircle'],
|
|
||||||
].forEach(function ([type, expectedShape, expectedRadios = 0]) {
|
].forEach(function ([type, expectedShape, expectedRadios = 0]) {
|
||||||
it(`should add the correct shaped node to the graph for vertex type ${type}`, function () {
|
it(`should add the correct shaped node to the graph for vertex type ${type}`, function () {
|
||||||
const addedNodes = [];
|
const addedNodes = [];
|
||||||
|
Reference in New Issue
Block a user