mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08: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:
parent
1e4be4eb6a
commit
d8c7a2894e
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user