mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 00:40:22 +02:00
#1542 Handling of config
This commit is contained in:
@@ -942,8 +942,8 @@ describe('when rendering a sequenceDiagram APA', function() {
|
||||
wrap: false,
|
||||
mirrorActors: false
|
||||
};
|
||||
console.warn('Set site config');
|
||||
configApi.setSiteConfig({ logLevel: 5, sequence: conf });
|
||||
// console.warn('Config = ', configApi.getConfig())
|
||||
});
|
||||
let conf;
|
||||
beforeEach(function() {
|
||||
|
Reference in New Issue
Block a user