mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
#958 Cannot center-justify text in nodes
- changed fit() to it() to reactivate test
This commit is contained in:
parent
90fe015d68
commit
f089c45115
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user