mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
Setting default securityLevel to strict, updated docs in mermaidAPI
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import flowDb from '../flowDb'
|
||||
import flow from './flow'
|
||||
import { setConfig } from '../../../config'
|
||||
|
||||
setConfig({
|
||||
securityLevel: 'strict',
|
||||
})
|
||||
|
||||
describe('when parsing ', function () {
|
||||
beforeEach(function () {
|
||||
|
Reference in New Issue
Block a user