#958 Cannot center-justify text in nodes

- changed fit() to it() to reactivate test
This commit is contained in:
Kolja Markwardt 2019-10-14 22:36:55 +02:00
parent 90fe015d68
commit f089c45115

View File

@ -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) {