mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
#958 Cannot center-justify text in nodes
- changed fit() to it() to reactivate test
This commit is contained in:
@@ -65,7 +65,7 @@ describe('the flowchart renderer', function() {
|
|||||||
'color:#ccc;text-align:center;'
|
'color:#ccc;text-align:center;'
|
||||||
]
|
]
|
||||||
].forEach(function([style, expectedStyle, expectedLabelStyle]) {
|
].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 addedNodes = [];
|
||||||
const mockG = {
|
const mockG = {
|
||||||
setNode: function(id, object) {
|
setNode: function(id, object) {
|
||||||
|
|||||||
Reference in New Issue
Block a user