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:
Guy Adler 2022-02-17 10:37:07 +01:00
parent 1e4be4eb6a
commit d8c7a2894e
No known key found for this signature in database
GPG Key ID: 1465E92149118E09
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ describe('the flowchart renderer', function () {
['subroutine', 'subroutine'],
['cylinder', 'cylinder'],
['group', 'rect'],
['doublecircle', 'doublecircle'],
].forEach(function ([type, expectedShape, expectedRadios = 0]) {
it(`should add the correct shaped node to the graph for vertex type ${type}`, function () {
const addedNodes = [];