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

@@ -33,8 +33,9 @@ describe( 'MathUI', () => {
} else {
element.innerHTML = '\\(' + equation + '\\)';
}
}
}
},
},
licenseKey: "GPL"
} )
.then( newEditor => {
editor = newEditor;