Skip to content

Commit

Permalink
test: import component via full path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Apr 29, 2024
1 parent 186656d commit 6847d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BaseViewer.spec.ts
Expand Up @@ -8,7 +8,7 @@ import BaseViewer, {
ImportParseStartEvent,
SaveXMLDoneEvent,
SaveXMLStartEvent
} from './BaseViewer';
} from './BaseViewer.js';

import OverlaysModule from 'diagram-js/lib/features/overlays';
import Canvas from 'diagram-js/lib/core/Canvas';
Expand Down

0 comments on commit 6847d52

Please sign in to comment.