test(ckeditor5-mermaid): fix errors due to missing license key

This commit is contained in:
Elian Doran
2025-05-10 02:25:11 +03:00
parent abc8e2279c
commit ef3d6ebf29
8 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ describe( 'MermaidSplitViewCommand', () => {
document.body.appendChild( domElement );
editor = await ClassicEditor.create( domElement, {
licenseKey: "GPL",
plugins: [
MermaidEditing,
Paragraph