test(ckeditor5-mermaid): fix imports

This commit is contained in:
Elian Doran
2025-05-10 02:23:22 +03:00
parent c3f9f3696e
commit abc8e2279c
10 changed files with 23 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
import { ClassicEditor, Paragraph, _setModelData as setModelData, _getModelData as getModelData } from 'ckeditor5';
import { afterEach, beforeEach, describe, it } from 'vitest';
import MermaidEditing from '../../dist/mermaidediting';
import InsertMermaidCommand from '../../dist/commands/insertMermaidCommand';
import { expect } from 'vitest';
/* global document */