Reenabled all tests.

Subgraph issue with ids written as title resolved.
This commit is contained in:
knsv 2015-10-02 00:21:38 +02:00
parent e406fda9cd
commit b3fa6378bd

View File

@ -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');