mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
#1676 Fix for tests
This commit is contained in:
@@ -85,7 +85,7 @@ describe('when parsing subgraphs', function() {
|
||||
const subgraph = subgraphs[0];
|
||||
expect(subgraph.nodes.length).toBe(1);
|
||||
expect(subgraph.nodes[0]).toBe('A');
|
||||
expect(subgraph.id).toBe('1test');
|
||||
expect(subgraph.id).toBe('flowchart-1test');
|
||||
});
|
||||
|
||||
it('should handle subgraphs1', function() {
|
||||
|
Reference in New Issue
Block a user