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,6 +15,7 @@ describe( 'AutoMath - integration', () => {
return ClassicEditor
.create( editorElement, {
plugins: [ Mathematics, AutoMath, Typing, Paragraph ],
licenseKey: "GPL",
math: {
engine: ( equation, element, display ) => {
if ( display ) {