chore: Fix import

This commit is contained in:
Sidharth Vinod 2024-05-24 15:37:25 +05:30
parent f01a9d50fb
commit 8e40f31ed3
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -6,7 +6,7 @@ import {
extractDescendants,
sortNodesByHierarchy,
} from './mermaid-graphlib.js';
import { setLogLevel, log } from '../logger.js';
import { setLogLevel, log } from '$root/logger.js';
describe('Graphlib decorations', () => {
let g;