test(ckeditor5-math): license key not found

This commit is contained in:
Elian Doran
2025-05-09 22:16:12 +03:00
parent c3d028b495
commit c9834e58bb
4 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ describe( 'Math', () => {
return ClassicEditor
.create( editorElement, {
plugins: [ Mathematics ]
plugins: [ Mathematics ],
licenseKey: "GPL"
} )
.then( newEditor => {
editor = newEditor;