diff --git a/src/diagrams/flowchart/parser/flow.spec.js b/src/diagrams/flowchart/parser/flow.spec.js index 86260f2e6..bce1efc8f 100644 --- a/src/diagrams/flowchart/parser/flow.spec.js +++ b/src/diagrams/flowchart/parser/flow.spec.js @@ -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');