Fix Cypress tests

This commit is contained in:
Remco Haszing
2023-03-17 20:53:13 +01:00
parent f3bebf25ea
commit b719fa9b18
7 changed files with 10 additions and 10 deletions

View File

@@ -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)));