mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 22:09:57 +02:00
Get rid of global.mermaid_config
This commit is contained in:
@@ -4,7 +4,6 @@ import mermaidAPI from './mermaidAPI'
|
||||
describe('when using mermaidAPI and ', function () {
|
||||
describe('doing initialize ', function () {
|
||||
beforeEach(function () {
|
||||
delete global.mermaid_config
|
||||
document.body.innerHTML = ''
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user