mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 07:49:43 +02:00
Reenabled all tests.
Subgraph issue with ids written as title resolved.
This commit is contained in:
@@ -431,7 +431,7 @@ describe('when parsing ',function(){
|
|||||||
expect(edges[0].type).toBe('arrow');
|
expect(edges[0].type).toBe('arrow');
|
||||||
});
|
});
|
||||||
|
|
||||||
ddescribe("it should handle interaction, ",function(){
|
describe("it should handle interaction, ",function(){
|
||||||
|
|
||||||
it('it should be possible to use click to a callback',function(){
|
it('it should be possible to use click to a callback',function(){
|
||||||
spyOn(graph,'setClickEvent');
|
spyOn(graph,'setClickEvent');
|
||||||
|
Reference in New Issue
Block a user