mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-09 14:04:14 +01:00
Fix imports in utils
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { vi } from 'vitest';
|
import { vi, describe, it, expect } from 'vitest';
|
||||||
import utils from './utils.js';
|
import utils from './utils.js';
|
||||||
import assignWithDepth from './assignWithDepth.js';
|
import assignWithDepth from './assignWithDepth.js';
|
||||||
import { detectType } from './diagram-api/detectType.js';
|
import { detectType } from './diagram-api/detectType.js';
|
||||||
|
|||||||
Reference in New Issue
Block a user