mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Reenabled all tests.
Subgraph issue with ids written as title resolved.
This commit is contained in:
parent
e406fda9cd
commit
b3fa6378bd
@ -431,7 +431,7 @@ describe('when parsing ',function(){
|
||||
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(){
|
||||
spyOn(graph,'setClickEvent');
|
||||
|
Loading…
x
Reference in New Issue
Block a user