From f089c451152cc0040def60f018ccb641bfd22b51 Mon Sep 17 00:00:00 2001 From: Kolja Markwardt Date: Mon, 14 Oct 2019 22:36:55 +0200 Subject: [PATCH] #958 Cannot center-justify text in nodes - changed fit() to it() to reactivate test --- src/diagrams/flowchart/flowRenderer.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diagrams/flowchart/flowRenderer.spec.js b/src/diagrams/flowchart/flowRenderer.spec.js index e8407d91f..e1c1931a6 100644 --- a/src/diagrams/flowchart/flowRenderer.spec.js +++ b/src/diagrams/flowchart/flowRenderer.spec.js @@ -65,7 +65,7 @@ describe('the flowchart renderer', function() { 'color:#ccc;text-align:center;' ] ].forEach(function([style, expectedStyle, expectedLabelStyle]) { - fit(`should add the styles to style and/or labelStyle for style ${style}`, function() { + it(`should add the styles to style and/or labelStyle for style ${style}`, function() { const addedNodes = []; const mockG = { setNode: function(id, object) {