mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
1473 Updated config handling
This commit is contained in:
@@ -1351,7 +1351,7 @@ describe('when rendering a sequenceDiagram with directives', function() {
|
||||
renderer.setConf(conf);
|
||||
});
|
||||
|
||||
it('it should handle one actor, when theme is dark and logLevel is 1', function() {
|
||||
it('it should handle one actor, when theme is dark and logLevel is 1 DX1', function() {
|
||||
renderer.bounds.init();
|
||||
const str = `
|
||||
%%{init: { "theme": "dark", "logLevel": 1 } }%%
|
||||
|
Reference in New Issue
Block a user