mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
test(ckeditor5-math): license key not found
This commit is contained in:
@@ -15,7 +15,8 @@ describe( 'Math', () => {
|
||||
|
||||
return ClassicEditor
|
||||
.create( editorElement, {
|
||||
plugins: [ Mathematics ]
|
||||
plugins: [ Mathematics ],
|
||||
licenseKey: "GPL"
|
||||
} )
|
||||
.then( newEditor => {
|
||||
editor = newEditor;
|
||||
|
||||
Reference in New Issue
Block a user