Get rid of global.mermaid_config

This commit is contained in:
Tyler Long
2018-03-09 15:13:05 +08:00
parent 048b39ae16
commit 7c970d6ff0
5 changed files with 5 additions and 39 deletions

View File

@@ -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 = ''
})