mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 22:26:53 +02:00
Fix Cypress tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import mermaid2 from '../../packages/mermaid/src/mermaid.js';
|
||||
import externalExample from '../../packages/mermaid-example-diagram/src/detector.js';
|
||||
import mermaid2 from '../../packages/mermaid/dist/mermaid.esm.mjs';
|
||||
import externalExample from '../../packages/mermaid-example-diagram/dist/mermaid-example-diagram.core.mjs';
|
||||
|
||||
function b64ToUtf8(str) {
|
||||
return decodeURIComponent(escape(window.atob(str)));
|
||||
|
Reference in New Issue
Block a user